diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 4 | ||||
-rw-r--r-- | templates/inlinepage.tmpl | 2 | ||||
-rw-r--r-- | templates/misc.tmpl | 2 | ||||
-rw-r--r-- | templates/page.tmpl | 3 | ||||
-rw-r--r-- | templates/recentchanges.tmpl | 2 |
5 files changed, 6 insertions, 7 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"> diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl index 39afc7f98..bcb61335d 100644 --- a/templates/inlinepage.tmpl +++ b/templates/inlinepage.tmpl @@ -1,5 +1,5 @@ <div class="inlinepage"> -<span id="header"><TMPL_VAR PAGELINK></span> +<span class="header"><TMPL_VAR PAGELINK></span> <TMPL_VAR CONTENT> diff --git a/templates/misc.tmpl b/templates/misc.tmpl index 3187f5892..d50fba423 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -11,7 +11,7 @@ </head> <body> -<div id="header"> +<div class="header"> <span> <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE> </span> diff --git a/templates/page.tmpl b/templates/page.tmpl index fc0094121..c683d72a2 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -8,7 +8,7 @@ </head> <body> -<div id="header"> +<div class="header"> <span> <TMPL_LOOP NAME="PARENTLINKS"> <a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>/ @@ -41,7 +41,6 @@ <TMPL_IF NAME="DISCUSSIONLINK"> <li><TMPL_VAR DISCUSSIONLINK><br /></li> </TMPL_IF> - </ul> </div> diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index 389f98cb3..e7d7e10dd 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -11,7 +11,7 @@ </head> <body> -<div id="header"> +<div class="header"> <span> <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE> </span> |