aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/calendar.pm
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-02 19:22:25 +0100
committerTorsten Veller <tove@gentoo.org>2010-01-02 19:22:25 +0100
commit59277c9b6b6461d7097db12b1ed06c1a6a58ec17 (patch)
tree34196f98c9402a2a970ebf797f529bb246c6f064 /IkiWiki/Plugin/calendar.pm
parentf4cab292c6d7c3be99e60970dc6ac8d8dbdb226b (diff)
downloadikiwiki-59277c9b6b6461d7097db12b1ed06c1a6a58ec17.tar
ikiwiki-59277c9b6b6461d7097db12b1ed06c1a6a58ec17.tar.gz
Terminate the arrow entities with ";"
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 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",