]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttp://puck42.myopenid.com/ <http://puck42.myopenid.com/@web>
Tue, 6 Jan 2009 02:03:42 +0000 (21:03 -0500)
committerJoey Hess <joey@kitenet.net>
Tue, 6 Jan 2009 02:03:42 +0000 (21:03 -0500)
doc/todo/allow_disabling_backlinks.mdwn

index 8f27920828064e8a51a6b3c54180744e86497ff2..5dd4876e860574deae0bbab536006846c44d9ac6 100644 (file)
@@ -2,7 +2,7 @@ This patch allows disabling the backlinks in the config file by setting nobackli
 
 It is backwards compatible, and by default enables backlinks in the generated pages.
 
-<code>
+<pre>
 --- IkiWiki/Render.pm.orig2    2009-01-06 14:54:01.000000000 +1300
 +++ IkiWiki/Render.pm  2009-01-06 14:55:08.000000000 +1300
 @@ -107,7 +107,8 @@
@@ -15,4 +15,4 @@ It is backwards compatible, and by default enables backlinks in the generated pa
        my ($backlinks, $more_backlinks);
        if (@backlinks <= $config{numbacklinks} || ! $config{numbacklinks}) {
                $backlinks=\@backlinks;
-</code>
+</pre>