]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Titles_are_lower-cased_when_creating_a_page.mdwn
patch to add tag() pagespec
[ikiwiki.git] / doc / bugs / Titles_are_lower-cased_when_creating_a_page.mdwn
index 63a5a680fa8a300839c219b42c1ab677a512230e..f2c60309ba7df335c6c8f201380a20d0daaa7fac 100644 (file)
@@ -6,7 +6,7 @@ If I click on "Czars in Russia", I'd like Ikiwiki to create "Czars\_in\_Russia.m
 
 > --- a/IkiWiki.pm
 > +++ b/IkiWiki.pm
-> @@ -584,7 +584,7 @@ sub htmllink ($$$;@) { #{{{
+> @@ -584,7 +584,7 @@ sub htmllink ($$$;@) {
 >                      return "<span class=\"createlink\"><a href=\"".
 >                              cgiurl(
 >                                      do => "create",
@@ -29,3 +29,4 @@ If I click on "Czars in Russia", I'd like Ikiwiki to create "Czars\_in\_Russia.m
 > in the select list that is used to pick the name for the newly created page.
 > Then, which one is the default wouldn't much matter. (The non-lower cased
 > one would probably be the best choice.) --[[Joey]]
+>> Either of your proposed solutions (make it the default or include both in the pop-up menu) sounds fine to me.  Which one is easier? :) --[[sabr]]