diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-17 03:12:51 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-17 03:12:51 +0000 |
commit | a8d765e7e13cfd6db80268882955aee6a3b8c7b2 (patch) | |
tree | d34ca3ca03c96c018a79afbd01e270d64b70a5a1 | |
parent | 3e52d9c2f34b3c38e7127a683bfccbbdd65192e5 (diff) | |
download | identity-a8d765e7e13cfd6db80268882955aee6a3b8c7b2.tar identity-a8d765e7e13cfd6db80268882955aee6a3b8c7b2.tar.gz identity-a8d765e7e13cfd6db80268882955aee6a3b8c7b2.tar.bz2 identity-a8d765e7e13cfd6db80268882955aee6a3b8c7b2.tar.xz identity-a8d765e7e13cfd6db80268882955aee6a3b8c7b2.zip |
remove inexistant attribute
-rw-r--r-- | root/template/layout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/root/template/layout b/root/template/layout index bd9201a..7bd9855 100644 --- a/root/template/layout +++ b/root/template/layout @@ -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> |