diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/nodes/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index b9260d2..ee11047 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb | |||
| @@ -90,7 +90,7 @@ | |||
| 90 | </tr> | 90 | </tr> |
| 91 | <tr> | 91 | <tr> |
| 92 | <td class="description">Title</td> | 92 | <td class="description">Title</td> |
| 93 | <td><%= d.text_field :title %></td> | 93 | <td><%= d.text_field :title, :pattern => "(?:[^<>&]|&amp;|&lt;|&gt;)*", :title => "Warning: Unescaped HTML entities detected! Use &lt;, &gt;, &amp; instead of <, >, &." %></td> |
| 94 | </tr> | 94 | </tr> |
| 95 | <tr> | 95 | <tr> |
| 96 | <td class="description">Abstract</td> | 96 | <td class="description">Abstract</td> |
