Terminate the arrow entities with ";"

master
Torsten Veller 2010-01-02 19:22:25 +01:00
parent f4cab292c6
commit 59277c9b6b
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",