Small correction to the last commit
This commit is contained in:
parent
1f07ec78de
commit
ac72f9b807
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
%>
|
||||
|
||||
<p>
|
||||
<textarea name="content" style="width: 450px; height: 500px"><%= h(@flash[:content] || '') %></textarea>
|
||||
<textarea name="content" id="content" style="width: 450px; height: 500px"><%= h(@flash[:content] || '') %></textarea>
|
||||
</p>
|
||||
<p>
|
||||
<input type="submit" value="Submit" accesskey="s"/> as
|
||||
|
|
Loading…
Reference in a new issue