summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-19 21:42:36 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-19 21:42:36 +0000
commit317c0275d81b7aa4f3f0848cd98ea86a2a975fdd (patch)
tree55068cc05e17b6a36b757241e6039a844a71de41 /ikiwiki
parent1d82816082b2a3dee97a1812410962a41f1b6e79 (diff)
mispaste
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki b/ikiwiki
index c7b5468b4..9c59c5c3a 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -1090,7 +1090,7 @@ sub cgi_editpage ($$) { #{{{
$form->tmpl_param("can_commit", $config{svn});
$form->tmpl_param("indexlink", indexlink());
$form->tmpl_param("helponformattinglink",
- htmllink("HelpOnFormatting", pagename($1), 1));
+ htmllink("", "HelpOnFormatting", 1));
if (! $form->submitted) {
$form->field(name => "rcsinfo", value => rcs_prepedit($file),
force => 1);