projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa25a3
)
layout
author
Joey Hess
<joey@kitenet.net>
Wed, 21 Apr 2010 16:50:34 +0000
(12:50 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 21 Apr 2010 16:50:34 +0000
(12:50 -0400)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index ba2c09c369956579175cf8dd50a0f5308923f05a..4084d499727127bad14a7f4bf9906797f8e0a4d3 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-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>"
}