fix up display of patch, otherwise it's less clear

master
simonraven 2009-05-18 00:03:58 -04:00 committed by Joey Hess
parent 16c6bdb4c1
commit 2cf8730627
1 changed files with 13 additions and 11 deletions

View 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