]> sipb.mit.edu Git - ikiwiki.git/commitdiff
formatting
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 30 Jan 2009 20:17:53 +0000 (15:17 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 30 Jan 2009 20:17:53 +0000 (15:17 -0500)
doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn

index 48fd7c647e17c3ea8389225ada3e7f52f6247ffe..cdd8a03b1a26bd400b2a42354487632fb98fc28b 100644 (file)
@@ -162,14 +162,14 @@ So, looking at your meta branch: --[[Joey]]
   1) It needs the full page name, not basename.
   2) `titlepage(pagetitle($page))` reversability.
   
   1) It needs the full page name, not basename.
   2) `titlepage(pagetitle($page))` reversability.
   
-  #1: If you look at all the callers
+  1) If you look at all the callers
   Of `pagetitle` most of them pass a complete page name, not just the
   basename. In most cases `pagetitle` is used to display the full name
   of the page, including any subdirectory it's in. So why not just make
   it consitently be given the full name of the page, with another argument
   specifying if we want to get back just the base name.
 
   Of `pagetitle` most of them pass a complete page name, not just the
   basename. In most cases `pagetitle` is used to display the full name
   of the page, including any subdirectory it's in. So why not just make
   it consitently be given the full name of the page, with another argument
   specifying if we want to get back just the base name.
 
-  #2: I can't find any code that actually uses the reversability like that.
+  2) I can't find any code that actually uses the reversability like that.
   The value passed to `titlepage` always comes from some external
   source. Unless I missed one.
 * The use of `File::Spec->rel2abs` is a bit scary.
   The value passed to `titlepage` always comes from some external
   source. Unless I missed one.
 * The use of `File::Spec->rel2abs` is a bit scary.