This commit is contained in:
William Durand 2014-08-21 22:44:19 +02:00
parent ce54848c31
commit 6952c4b32c

View File

@ -24,7 +24,7 @@
{% if 'json' in bodyFormats %}<option value="json"{{ defaultBodyFormat == 'json' ? ' selected' : '' }}>JSON</option>{% endif %} {% if 'json' in bodyFormats %}<option value="json"{{ defaultBodyFormat == 'json' ? ' selected' : '' }}>JSON</option>{% endif %}
</select> </select>
{% endif %} {% endif %}
{% if bodyFormats|length > 0 %} {% if requestFormats|length > 0 %}
request format: request format:
<select id="request_format"> <select id="request_format">
{% for format, header in requestFormats %} {% for format, header in requestFormats %}