We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836c673 commit cb8acb9Copy full SHA for cb8acb9
edit.php
@@ -169,7 +169,7 @@
169
170
<p>
171
<label for="value">Value:</label>
172
-<textarea name="value" id="value" cols="80" rows="20"><?php echo nl2br(format_html($value))?></textarea>
+<textarea name="value" id="value" cols="80" rows="20"><?php echo format_html($value)?></textarea>
173
</p>
174
175
<input type="hidden" name="oldvalue" value="<?php echo format_html($value)?>">
0 commit comments