aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-02 15:11:51 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-02 15:11:51 -0500
commit9747c47670064f206189eb3c36a8e7fcfe08e172 (patch)
treeb03e6b788a91738a2b87ada00c0d7f8ae0ec67f0 /IkiWiki
parent1d9a41eecbf7029698aa11b680919864707583ed (diff)
parent59277c9b6b6461d7097db12b1ed06c1a6a58ec17 (diff)
downloadikiwiki-9747c47670064f206189eb3c36a8e7fcfe08e172.tar
ikiwiki-9747c47670064f206189eb3c36a8e7fcfe08e172.tar.gz
Merge remote branch 'tove/master'
Diffstat (limited to 'IkiWiki')
-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 77fd50827..2b87451ce 100644
--- a/IkiWiki/Plugin/calendar.pm
+++ b/IkiWiki/Plugin/calendar.pm
@@ -137,7 +137,7 @@ sub format_month (@) {
$purl = htmllink($params{page}, $params{destpage},
"$archivebase/$pyear/$pmonth",
noimageinline => 1,
- linktext => "\&larr",
+ linktext => "\&larr;",
title => $pmonthname);
}
add_depends($params{page}, "$archivebase/$pyear/$pmonth",
@@ -146,7 +146,7 @@ sub format_month (@) {
$nurl = htmllink($params{page}, $params{destpage},
"$archivebase/$nyear/$nmonth",
noimageinline => 1,
- linktext => "\&rarr",
+ linktext => "\&rarr;",
title => $nmonthname);
}
add_depends($params{page}, "$archivebase/$nyear/$nmonth",