Merge remote branch 'tove/master'

master
Joey Hess 2010-01-02 15:11:51 -05:00
commit 9747c47670
1 changed files with 2 additions and 2 deletions

View File

@ -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",