remove whitespace from within arrow links
parent
227540fd87
commit
22737e53f1
|
@ -136,7 +136,7 @@ sub format_month (@) {
|
||||||
$purl = htmllink($params{page}, $params{destpage},
|
$purl = htmllink($params{page}, $params{destpage},
|
||||||
"$archivebase/$pyear/$pmonth",
|
"$archivebase/$pyear/$pmonth",
|
||||||
noimageinline => 1,
|
noimageinline => 1,
|
||||||
linktext => " \&larr ");
|
linktext => "\&larr");
|
||||||
}
|
}
|
||||||
add_depends($params{page}, "$archivebase/$pyear/$pmonth",
|
add_depends($params{page}, "$archivebase/$pyear/$pmonth",
|
||||||
deptype("presence"));
|
deptype("presence"));
|
||||||
|
@ -144,7 +144,7 @@ sub format_month (@) {
|
||||||
$nurl = htmllink($params{page}, $params{destpage},
|
$nurl = htmllink($params{page}, $params{destpage},
|
||||||
"$archivebase/$nyear/$nmonth",
|
"$archivebase/$nyear/$nmonth",
|
||||||
noimageinline => 1,
|
noimageinline => 1,
|
||||||
linktext => " \&rarr ");
|
linktext => "\&rarr");
|
||||||
}
|
}
|
||||||
add_depends($params{page}, "$archivebase/$nyear/$nmonth",
|
add_depends($params{page}, "$archivebase/$nyear/$nmonth",
|
||||||
deptype("presence"));
|
deptype("presence"));
|
||||||
|
|
Loading…
Reference in New Issue