Don't add lang= to spec urls

This commit is contained in:
str4d
2015-11-12 09:38:30 +00:00
parent 84f14fac91
commit 890206f52d

View File

@@ -31,8 +31,8 @@ the "accurate for" information.
<td><time>{{ spec.lastupdated }}</time></td> <td><time>{{ spec.lastupdated }}</time></td>
<td>{{ spec.accuratefor }}</td> <td>{{ spec.accuratefor }}</td>
<td> <td>
<a href="{{ get_url('spec_show', name=spec.name) }}">HTML</a> | <a href="{{ url_for('spec_show', name=spec.name) }}">HTML</a> |
<a href="{{ get_url('spec_show_txt', name=spec.name) }}">TXT</a> <a href="{{ url_for('spec_show_txt', name=spec.name) }}">TXT</a>
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}