Skip to content

Commit cb8acb9

Browse files
Fix editing multiline values (issue erikdubbelboer#13)
1 parent 836c673 commit cb8acb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
<p>
171171
<label for="value">Value:</label>
172-
<textarea name="value" id="value" cols="80" rows="20"><?php echo nl2br(format_html($value))?></textarea>
172+
<textarea name="value" id="value" cols="80" rows="20"><?php echo format_html($value)?></textarea>
173173
</p>
174174

175175
<input type="hidden" name="oldvalue" value="<?php echo format_html($value)?>">

0 commit comments

Comments
 (0)