From 27660a74d95288601c4b50c63c4d3d705fc03a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Tue, 18 Sep 2007 14:53:25 +0200 Subject: [PATCH] bug: Fix unqueue mails --- include/bugs.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/bugs.php b/include/bugs.php index 4f12624..51710bb 100644 --- a/include/bugs.php +++ b/include/bugs.php @@ -487,7 +487,8 @@ class Bug function outputEditor() { $this->display(); - echo ''; + echo ''; + echo ''; } function getOutputEditorValues($aClean)