aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/calendar.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-12 14:05:56 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-12 14:05:56 -0400
commit22737e53f1b0367bc9bfb8d7bcbfc4dcc08a81ae (patch)
treed26438b25197ef4424b2a1f8cbff6e8c6c083d04 /IkiWiki/Plugin/calendar.pm
parent227540fd875bfaa6b810c0d7caa346f32d5bd7ce (diff)
downloadikiwiki-22737e53f1b0367bc9bfb8d7bcbfc4dcc08a81ae.tar
ikiwiki-22737e53f1b0367bc9bfb8d7bcbfc4dcc08a81ae.tar.gz
remove whitespace from within arrow links
Diffstat (limited to 'IkiWiki/Plugin/calendar.pm')
-rw-r--r--IkiWiki/Plugin/calendar.pm4
1 files changed, 2 insertions, 2 deletions
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"));