master
Joey Hess 2010-04-21 12:50:34 -04:00
parent 0fa25a361c
commit d6810097ce
1 changed files with 5 additions and 5 deletions

View File

@ -1089,11 +1089,11 @@ sub htmllink ($$$;@) {
my $cgilink = "";
if (length $config{cgiurl}) {
$cgilink = "<a href=\"".
cgiurl(
do => "create",
page => lc($link),
from => $lpage
)."\" rel=\"nofollow\">?</a>";
cgiurl(
do => "create",
page => lc($link),
from => $lpage
)."\" rel=\"nofollow\">?</a>";
}
return "<span class=\"createlink\">$cgilink$linktext</span>"
}