* fix bug: rich editor will add br.

This commit is contained in:
xia0ta0
2013-11-20 17:17:20 +08:00
parent ab9b2ada68
commit 413b845e06
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -157,8 +157,8 @@ $lang->bug->setTemplateTitle = 'Please input the template title:';
$lang->bug->remindTask = 'This bug has been to be a task, update the task:%s or not?';
/* Templates. */
$lang->bug->tplStep = "<p>[Steps]</p>";
$lang->bug->tplResult = "<p>[Result]</p>";
$lang->bug->tplStep = "<p>[Steps]</p>\n";
$lang->bug->tplResult = "<p>[Result]</p>\n";
$lang->bug->tplExpect = "<p>[Expect]</p>";
/* Field options lists. */