aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 23:56:52 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 23:56:52 +0000
commitb2d0a940d8f975199bdb3f7e1590cf303eb0be1c (patch)
tree4396138acd9cfa25096a4ff90e03b72803105d05 /ikiwiki
parentdeb4e4b0c231c190f91f08b6185a618280e27c04 (diff)
downloadikiwiki-b2d0a940d8f975199bdb3f7e1590cf303eb0be1c.tar
ikiwiki-b2d0a940d8f975199bdb3f7e1590cf303eb0be1c.tar.gz
bar
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki b/ikiwiki
index 5efca6c7f..044fde11b 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -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) {