* when edit a story, don't run nl2br().

This commit is contained in:
wangchunsheng
2011-10-28 02:58:58 +00:00
parent 873b2e1a09
commit 1c02570a10
+1 -1
View File
@@ -22,7 +22,7 @@
<td>
<fieldset>
<legend><?php echo $lang->story->legendSpec;?></legend>
<div class='content'><?php echo nl2br($story->spec);?></div>
<div class='content'><?php echo $story->spec;?></div>
</fieldset>
<fieldset>
<legend><?php echo $lang->story->comment;?></legend>