Skip to content

Commit 0faac4a

Browse files
authored
fix: address hard html validation complaint (ietf-tools#6121)
1 parent 9ccd43f commit 0faac4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/frontpage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="row">
1212
<div class="col-md-12">
1313
<div class="text-center p-5">
14-
<div class="ietflogo mx-auto p-3" alt="IETF">
14+
<div class="ietflogo mx-auto p-3">
1515
{% include "logo.html" with org="ietf" only %}
1616
</div>
1717
{% if server_mode != "production" %}

0 commit comments

Comments
 (0)