diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-02 15:11:51 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-02 15:11:51 -0500 |
commit | 9747c47670064f206189eb3c36a8e7fcfe08e172 (patch) | |
tree | b03e6b788a91738a2b87ada00c0d7f8ae0ec67f0 /IkiWiki | |
parent | 1d9a41eecbf7029698aa11b680919864707583ed (diff) | |
parent | 59277c9b6b6461d7097db12b1ed06c1a6a58ec17 (diff) |
Merge remote branch 'tove/master'
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/calendar.pm | 4 |
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 => "\←", 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", |