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/recentchanges.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/recentchanges.tmpl')
-rw-r--r-- | templates/recentchanges.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |