From 439851b43d129eaa04b2d29438956db8add6de30 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" <> Date: Fri, 2 Mar 2007 14:55:39 +0000 Subject: Bug 371833 - ""Edit attachment as comment" could be twice as fast" [p=bz/reed r=timeless a=mkanat] --- template/en/default/attachment/edit.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 1dbda953a..94581ab56 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -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; } -- cgit v1.2.3-24-g4f1b