From: Torsten Veller Date: Sat, 2 Jan 2010 18:22:25 +0000 (+0100) Subject: Terminate the arrow entities with ";" X-Git-Tag: 3.20100102.3~4^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59277c9b6b6461d7097db12b1ed06c1a6a58ec17;p=ikiwiki.git Terminate the arrow entities with ";" --- 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 => "\←", 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 => "\→", title => $nmonthname); } add_depends($params{page}, "$archivebase/$nyear/$nmonth",