textarea in wiki/edit.rhtml is HTML-escaped
This commit is contained in:
parent
afb14c1011
commit
9d3a3b2b8c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
%>
|
||||
|
||||
<p>
|
||||
<textarea name="content" style="width: 450px; height: 500px"><%= @page.content %></textarea>
|
||||
<textarea name="content" style="width: 450px; height: 500px"><%= h @page.content %></textarea>
|
||||
</p>
|
||||
<p>
|
||||
<input type="submit" value="Submit" accesskey="s"/> as
|
||||
|
|
Loading…
Reference in a new issue