]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove whitespace from within arrow links
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 12 Oct 2009 18:05:56 +0000 (14:05 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 12 Oct 2009 18:05:56 +0000 (14:05 -0400)
IkiWiki/Plugin/calendar.pm

index 5aac958841793b3e92cf4b6fe2820c1aa8c4245e..d5a80795a1aee782f75b4ba266bed13d56e7ce50 100644 (file)
@@ -136,7 +136,7 @@ sub format_month (@) {
                $purl = htmllink($params{page}, $params{destpage}, 
                        "$archivebase/$pyear/$pmonth",
                        noimageinline => 1,
-                       linktext => " \&larr ");
+                       linktext => "\&larr");
        }
        add_depends($params{page}, "$archivebase/$pyear/$pmonth",
                deptype("presence"));
@@ -144,7 +144,7 @@ sub format_month (@) {
                $nurl = htmllink($params{page}, $params{destpage}, 
                        "$archivebase/$nyear/$nmonth",
                        noimageinline => 1,
-                       linktext => " \&rarr ");
+                       linktext => "\&rarr");
        }
        add_depends($params{page}, "$archivebase/$nyear/$nmonth",
                deptype("presence"));