Skip to content

Commit c4d6649

Browse files
committed
Minor HTML validation fixes
- Legacy-Id: 2203
1 parent 381117c commit c4d6649

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/idrfc/doc_diffs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333
{% endcomment %}
3434

35-
<div class="ietf-box diffTool"
35+
<div class="ietf-box diffTool">
3636
<h2 style="margin-top:0;margin-bottom:4px;">Diffs</h2>
3737
<form action="http://tools.ietf.org/rfcdiff" method="get" target="_blank" style="margin:0;">
3838
<table>

ietf/templates/idrfc/doc_main_id.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
| <a href="/ipr/search/?option=document_search&amp;id_document_tag={{doc.tracker_id}}" rel="nofollow">IPR Disclosures</a>
7777
| <a href="http://www.fenron.net/~fenner/ietf/deps/index.cgi?dep={{doc.draft_name}}" rel="nofollow">Dependencies to this draft</a>
7878
| <a href="http://tools.ietf.org/idnits?url=http://tools.ietf.org/id/{{doc.draft_name_and_revision}}.txt" rel="nofollow" target="_blank">Check nits</a>
79-
{% if doc.in_ietf_process %}| <a href="/feed/comments/{% if info.is_rfc %}rfc{{doc.rfc_number}}{% else %}{{doc.draft_name}}{% endif %}/" />Comments feed</a>{% endif %}
79+
{% if doc.in_ietf_process %}| <a href="/feed/comments/{% if info.is_rfc %}rfc{{doc.rfc_number}}{% else %}{{doc.draft_name}}{% endif %}/">Comments feed</a>{% endif %}
8080
{% endblock %}
8181

8282
{% block doc_text1 %}

0 commit comments

Comments
 (0)