diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-18 19:11:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-18 19:11:57 -0400 |
commit | 3f922abff4faf4ec4d07d3bf96730187c5267fa8 (patch) | |
tree | b69115b54ae23d159a368436463111e6acae16b1 | |
parent | c1a2df4fc10e9d15e7dd9fc7acf1e14420554f63 (diff) | |
download | ikiwiki-3f922abff4faf4ec4d07d3bf96730187c5267fa8.tar ikiwiki-3f922abff4faf4ec4d07d3bf96730187c5267fa8.tar.gz |
remove old dup div
-rw-r--r-- | doc/bugs/recentchanges_feed_links.mdwn | 2 | ||||
-rw-r--r-- | templates/change.tmpl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/recentchanges_feed_links.mdwn b/doc/bugs/recentchanges_feed_links.mdwn index bdb6d3506..ef0f9d1c4 100644 --- a/doc/bugs/recentchanges_feed_links.mdwn +++ b/doc/bugs/recentchanges_feed_links.mdwn @@ -103,3 +103,5 @@ to turn on? --Chapman Flack > the old opening div tag still needs to be removed (it's hard to see the removed line > with the pastie color scheme). > --[[JasonBlevins]], 2008-10-18 + +>> Thanks, missed that when I had to hand-apply the patch. --[[Joey]] diff --git a/templates/change.tmpl b/templates/change.tmpl index c9e1a60d6..dfdd5ff95 100644 --- a/templates/change.tmpl +++ b/templates/change.tmpl @@ -7,7 +7,6 @@ [[!meta permalink="<TMPL_VAR PERMALINK>"]] </TMPL_IF> <div id="change-<TMPL_VAR REV>" class="metadata"> -<div class="metadata"> <span class="desc"><br />Changed pages:</span> <span class="pagelinks"> <TMPL_LOOP NAME="PAGES"> |