]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Terminate the arrow entities with ";"
authorTorsten Veller <tove@gentoo.org>
Sat, 2 Jan 2010 18:22:25 +0000 (19:22 +0100)
committerTorsten Veller <tove@gentoo.org>
Sat, 2 Jan 2010 18:22:25 +0000 (19:22 +0100)
IkiWiki/Plugin/calendar.pm

index 77fd508275d09896ff63d4d87220505526fbaf30..2b87451ce2fc304e300fa62b98276c5bc9dd8b2c 100644 (file)
@@ -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",