Merge remote branch 'tove/master'
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 2 Jan 2010 20:11:51 +0000 (15:11 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 2 Jan 2010 20:11:51 +0000 (15:11 -0500)
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",