summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/edit.html.tmpl3
1 files changed, 1 insertions, 2 deletions
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;
}