Skip to content

Commit 93ee2e6

Browse files
committed
Summary: Simplify HTML a bit for document errata label, fixes odd
rendering problem spotted by Warren Kumari - Legacy-Id: 9089
1 parent 048a3b7 commit 93ee2e6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ietf/templates/doc/search/search_result_row.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
<br>
2929
<b>{{ doc.title }}</b>
3030
{% if doc.has_errata %}
31-
<a href="//www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">
32-
<span class="label label-danger">Errata</span>
33-
</a>
31+
<a class="label label-danger" href="//www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">Errata</a>
3432
{% endif %}
3533

3634
{% if doc.pages %}

0 commit comments

Comments
 (0)