Fix wrong HTML tag

This commit is contained in:
Emmanuel BALLERY 2014-04-24 22:58:34 +02:00
parent 1c553e93ec
commit c78466bbb9

View File

@ -170,7 +170,7 @@
<tbody>
{% for status_code, descriptions in data.statusCodes %}
<tr>
<td><a href="http://en.wikipedia.org/wiki/HTTP_{{ status_code }}" target="_blank">{{ status_code }}<a/></td>
<td><a href="http://en.wikipedia.org/wiki/HTTP_{{ status_code }}" target="_blank">{{ status_code }}</a></td>
<td>
<ul>
{% for description in descriptions %}