summaryrefslogtreecommitdiff
path: root/app/views/nodes/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes/edit.html.erb')
-rw-r--r--app/views/nodes/edit.html.erb2
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;]|&amp;amp;|&amp;lt;|&amp;gt;)*", :title => "Warning: Unescaped HTML entities detected! Use &amp;lt;, &amp;gt;, &amp;amp; instead of <, >, &." %></td>
94 </tr> 94 </tr>
95 <tr> 95 <tr>
96 <td class="description">Abstract</td> 96 <td class="description">Abstract</td>