master
joey 2006-03-19 21:42:36 +00:00
parent 1d82816082
commit 317c0275d8
1 changed files with 1 additions and 1 deletions

View File

@ -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);