[Mageia-sysadm] [179] remove inexistant attribute
Maarten Vanraes
maarten.vanraes at gmail.com
Fri Dec 17 23:52:35 CET 2010
Op vrijdag 17 december 2010 04:12:51 schreef root at mageia.org:
> Revision: 179
> Author: misc
> Date: 2010-12-17 04:12:51 +0100 (Fri, 17 Dec 2010)
> Log Message:
> -----------
> remove inexistant attribute
>
> Modified Paths:
> --------------
> identity/CatDap/trunk/root/template/layout
>
> Modified: identity/CatDap/trunk/root/template/layout
> ===================================================================
> --- identity/CatDap/trunk/root/template/layout 2010-12-16 01:19:06 UTC (rev
> 178) +++ identity/CatDap/trunk/root/template/layout 2010-12-17 03:12:51
> UTC (rev 179) @@ -1,8 +1,8 @@
> <div id="doc" class="yui-t7">
> - <div id="hd" role="banner">
> + <div id="hd" >
> [% PROCESS template/header %]
> </div>
> - <div id="bd" role="main">
> + <div id="bd" >
> <div class="yui-g">
> <ul id="nav">
> [% FOREACH subpage IN subpages %]
> @@ -31,7 +31,7 @@
> </div>
> </div>
> </div>
> - <div id="ft" role="contentinfo">
> + <div id="ft" >
> [% PROCESS template/footer %]
> </div>
> </div>
actually, IIRC role is a valid attribute in HTML5, which is being used here.
More information about the Mageia-sysadm
mailing list