From 0faac4aafc19a11269ba824a45817046f273b44b Mon Sep 17 00:00:00 2001
From: Robert Sparks <rjsparks@nostrum.com>
Date: Thu, 10 Aug 2023 11:10:42 -0500
Subject: [PATCH] fix: address hard html validation complaint (#6121)

---
 ietf/templates/doc/frontpage.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ietf/templates/doc/frontpage.html b/ietf/templates/doc/frontpage.html
index 070a7878f..b845c2628 100644
--- a/ietf/templates/doc/frontpage.html
+++ b/ietf/templates/doc/frontpage.html
@@ -11,7 +11,7 @@
     <div class="row">
         <div class="col-md-12">
             <div class="text-center p-5">
-                <div class="ietflogo mx-auto p-3" alt="IETF">
+                <div class="ietflogo mx-auto p-3">
                     {% include "logo.html" with org="ietf" only %}
                 </div>
                 {% if server_mode != "production" %}