fix up display of patch, otherwise it's less clear
authorsimonraven <simonraven@web>
Mon, 18 May 2009 04:03:58 +0000 (00:03 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 18 May 2009 04:03:58 +0000 (00:03 -0400)
doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn

index f2c60309ba7df335c6c8f201380a20d0daaa7fac..0594158194b23b9fcdd4be911c4ce2022b5dd704 100644 (file)
@@ -4,17 +4,19 @@ If I click on "Czars in Russia", I'd like Ikiwiki to create "Czars\_in\_Russia.m
 
 > There's a simple patch that can do this:
 
-> --- a/IkiWiki.pm
-> +++ b/IkiWiki.pm
-> @@ -584,7 +584,7 @@ sub htmllink ($$$;@) {
->                      return "<span class=\"createlink\"><a href=\"".
->                              cgiurl(
->                                      do => "create",
-> -                                    page => pagetitle(lc($link), 1),
-> +                                    page => pagetitle($link, 1),
->                                      from => $lpage
->                              ).
->                              "\">?</a>$linktext</span>"
+<pre>
+-- a/IkiWiki.pm
++++ b/IkiWiki.pm
+@@ -584,7 +584,7 @@ sub htmllink ($$$;@) {
+                       return "&lt;span class=\"createlink\">&lt;a href=\"".
+                               cgiurl(
+                                       do => "create",
+-                                      page => pagetitle(lc($link), 1),
++                                      page => pagetitle($link, 1),
+                                       from => $lpage
+                               ).
+                               "\">?&lt;/a>$linktext&lt;/span>"
+</pre>
 
 > This is fine if you don't mind mixed or randomly cased filenames getting
 > created. Otoh, if the link happened to start a sentence and so had its