File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 (Publication date unknown)
5151 {% endif %}
5252 {% if has_verified_errata %}
53- < a class ="badge bg-danger text-decoration-none "
53+ < a class ="badge bg-danger text-decoration-none text-light "
5454 href ="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }} " title ="Click to view errata. " rel ="nofollow ">
5555 Errata
5656 </ a >
5757 {% elif has_errata %}
58- < a class ="badge bg-warning text-decoration-none "
58+ < a class ="badge bg-warning text-decoration-none text-light "
5959 href ="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }} " title ="Click to view errata. " rel ="nofollow ">
6060 Errata
6161 </ a >
Original file line number Diff line number Diff line change 8989 {% endcomment %}
9090 < b > {{ doc.title }}</ b >
9191 {% if doc.has_verified_errata %}
92- < a class ="badge bg-danger text-decoration-none float-end "
92+ < a class ="badge bg-danger text-decoration-none text-light float-end "
9393 href ="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }} ">
9494 Errata
9595 </ a >
9696 {% elif doc.has_errata %}
97- < a class ="badge bg-warning text-decoration-none float-end "
97+ < a class ="badge bg-warning text-decoration-none text-light float-end "
9898 href ="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }} ">
9999 Errata
100100 </ a >
160160 < td {% if pos %}class ="changebar position-{{ pos.slug }} "{% endif %} > </ td >
161161 {% endwith %}
162162 {% endif %}
163- </ tr >
163+ </ tr >
You can’t perform that action at this time.
0 commit comments