]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 371833 - ""Edit attachment as comment" could be twice as fast" [p=bz/reed r=timel...
authorreed%reedloden.com <>
Fri, 2 Mar 2007 14:56:45 +0000 (14:56 +0000)
committerreed%reedloden.com <>
Fri, 2 Mar 2007 14:56:45 +0000 (14:56 +0000)
template/en/default/attachment/edit.html.tmpl

index 1dbda953ac46fd81ee9f5249e7db652dc7afc137..94581ab564b40c72f3d15bd9beeab0ec4f519d10 100644 (file)
@@ -82,8 +82,7 @@
 
       // Copy the contents of the diff into the textarea
       var editFrame = document.getElementById('editFrame');
-      editFrame.value = theContent;
-      editFrame.value += "\n\n";
+      editFrame.value = theContent + "\n\n";
 
       has_edited = 1;
     }