remove whitespace from within arrow links

master
Joey Hess 2009-10-12 14:05:56 -04:00
parent 227540fd87
commit 22737e53f1
1 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ sub format_month (@) {
$purl = htmllink($params{page}, $params{destpage},
"$archivebase/$pyear/$pmonth",
noimageinline => 1,
linktext => " \&larr ");
linktext => "\&larr");
}
add_depends($params{page}, "$archivebase/$pyear/$pmonth",
deptype("presence"));
@ -144,7 +144,7 @@ sub format_month (@) {
$nurl = htmllink($params{page}, $params{destpage},
"$archivebase/$nyear/$nmonth",
noimageinline => 1,
linktext => " \&rarr ");
linktext => "\&rarr");
}
add_depends($params{page}, "$archivebase/$nyear/$nmonth",
deptype("presence"));