diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-26 01:42:00 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-26 01:42:00 +0000 |
commit | 03c98d3c79370157d94deef588415e778ab6ca87 (patch) | |
tree | 31d945dc1f59323eeebf861b615e1b1ad745f385 /templates/editpage.tmpl | |
parent | 0fe24ee312f7b95448b7415ff4e33e757950fa3c (diff) | |
download | ikiwiki-03c98d3c79370157d94deef588415e778ab6ca87.tar ikiwiki-03c98d3c79370157d94deef588415e778ab6ca87.tar.gz |
header can appear more than one time, so is a class, not an id
Diffstat (limited to 'templates/editpage.tmpl')
-rw-r--r-- | templates/editpage.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index b7ec3fa2b..89f01e664 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -20,7 +20,7 @@ confict and commit again to save your changes. </p> </TMPL_IF> <TMPL_VAR FORM-START> -<div id="header"> +<div class="header"> <span><TMPL_VAR INDEXLINK>/ <TMPL_VAR FORM-TITLE></span> </div> <TMPL_VAR FIELD-DO> @@ -40,7 +40,7 @@ Optional comment about this change:<br /> <TMPL_VAR FORM-END> <hr /> <TMPL_IF NAME="PAGE_PREVIEW"> -<div id="header"> +<div class="header"> <span>Page preview:</span> </div> <div id="content"> |