# HG changeset patch
# User jjg
# Date 1562953451 25200
# Node ID 0bf678dd89515912582ed9154fee82ba966d70ec
# Parent  c659942fc4715f598d5c09aaac15d953ff74dec1
8227613: "draft" header should be in a <header> instead of <div>
Reviewed-by: mchung, iris

diff -r c659942fc471 -r 0bf678dd8951 make/Docs.gmk
--- a/make/Docs.gmk	Fri Jul 12 10:39:19 2019 -0700
+++ b/make/Docs.gmk	Fri Jul 12 10:44:11 2019 -0700
@@ -553,7 +553,7 @@
   $(eval specs_bottom_rel_path := $(specs_bottom_rel_path)../) \
 )
 
-SPECS_TOP := $(if $(filter true, $(IS_DRAFT)), <div class="draft-header">$(DRAFT_TEXT)</div>)
+SPECS_TOP := $(if $(filter true, $(IS_DRAFT)), <header class="draft-header">$(DRAFT_TEXT)</header>)
 
 # For all html files in $module/share/specs directories, copy and add the
 # copyright footer.