bar
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 10 Mar 2006 23:56:52 +0000 (23:56 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 10 Mar 2006 23:56:52 +0000 (23:56 +0000)
ikiwiki

diff --git a/ikiwiki b/ikiwiki
index 5efca6c7ffa24a1993a2b83824df7fd4ed7dc038..044fde11b811fff0d028d96e708925912b6cb4b6 100755 (executable)
--- 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) {