app/views/wiki/new.rhtml in instiki-0.10.1 vs app/views/wiki/new.rhtml in instiki-0.10.2
- old
+ new
@@ -12,10 +12,10 @@
<%= form_tag({ :action => 'save', :web => @web.address, :id => @page_name},
{'id' => 'editForm', 'method' => 'post', 'onSubmit' => 'cleanAuthorName();'})
%>
<p>
- <textarea name="content" style="width: 450px; height: 500px"></textarea>
+ <textarea name="content" style="width: 450px; height: 500px"><%= h(@flash[:content] || '') %></textarea>
</p>
<p>
<input type="submit" value="Submit" accesskey="s"/> as
<input type="text" name="author" id="authorName" value="<%= @author %>" onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" />
</p>