From: Joey Hess Date: Mon, 12 Oct 2009 18:05:56 +0000 (-0400) Subject: remove whitespace from within arrow links X-Git-Tag: 3.20091017~27^2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=22737e53f1b0367bc9bfb8d7bcbfc4dcc08a81ae;p=ikiwiki.git remove whitespace from within arrow links --- diff --git a/IkiWiki/Plugin/calendar.pm b/IkiWiki/Plugin/calendar.pm index 5aac95884..d5a80795a 100644 --- a/IkiWiki/Plugin/calendar.pm +++ b/IkiWiki/Plugin/calendar.pm @@ -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"));