diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 23:56:52 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 23:56:52 +0000 |
commit | b2d0a940d8f975199bdb3f7e1590cf303eb0be1c (patch) | |
tree | 4396138acd9cfa25096a4ff90e03b72803105d05 | |
parent | deb4e4b0c231c190f91f08b6185a618280e27c04 (diff) |
bar
-rwxr-xr-x | ikiwiki | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -587,7 +587,7 @@ sub cgi () { -rows => 20, -columns => 80), $q->br, - "$ENV{HOME} Optional comment about this change", + "Optional comment about this change", $q->br, $q->textfield(-name => "comments", -size => 80), $q->br, @@ -610,7 +610,7 @@ sub cgi () { my $message="web commit from $ENV{REMOTE_ADDR}"; if (defined $q->param('comments')) { - $message.="\n".$q->param('comments'); + $message.=": ".$q->param('comments'); } if ($svn) { |