[Bug 21919] [editorial]: fix heading code

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21919

--- Comment #3 from steve faulkner <faulkner.steve@gmail.com> ---
(In reply to comment #2)
> > need to talk to robin about date addition magic before commting html code.
> 
> Here goes:
> 
> <!--PUB-Y-->   <h2 class="no-num no-toc">W3C <!--INSERT LONGSTATUS-->
> <!--INSERT LONGDAY--> <!--INSERT YEAR--></h2>
> <!--PUB-N-->   <h2 class="no-num no-toc">Editor's Draft [DATE 1 January
> 1970]</h2>

Ok so, if i change the above to

> <!--PUB-Y-->   <h2 class="no-num no-toc">W3C <!--INSERT LONGSTATUS-->
> <!--INSERT LONGDAY--> <!--INSERT YEAR--></h2>
> <!--PUB-N-->   <p class="no-num no-toc">Editor's Draft [DATE 1 January
> 1970]</p>

it will work? I am only changing the editors draft at the moment as we need to
get pubrules brought into the 21st century...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 7 May 2013 10:52:33 UTC