diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 20:29:25 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 20:29:25 +0200 |
| commit | e86897c7c3ce7dea169be7f2c027aae3a7a4edab (patch) | |
| tree | 2e97075f9213fa28e33e0291fe853c865d441027 /app/views/nodes | |
| parent | 4c22631a5a85b3082f0525cc2454d2bd2251922a (diff) | |
Stop forcing escaped HTML into the database just because XML Builder was used wrong
Diffstat (limited to 'app/views/nodes')
| -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 596f992..b45c700 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb | |||
| @@ -76,7 +76,7 @@ | |||
| 76 | 76 | ||
| 77 | <div id="content"> | 77 | <div id="content"> |
| 78 | <div class="node_description">Title</div> | 78 | <div class="node_description">Title</div> |
| 79 | <div class="node_content"><%= d.text_field :title, :pattern => "(?:[^<>&]|&amp;|&lt;|&gt;)*", :title => "Warning: Unescaped HTML entities detected! Use &lt;, &gt;, &amp; instead of <, >, &." %></div> | 79 | <div class="node_content"><%= d.text_field :title %></div> |
| 80 | 80 | ||
| 81 | <div class="node_description">Abstract</div> | 81 | <div class="node_description">Abstract</div> |
| 82 | <div class="node_content"><%= d.text_area :abstract %></div> | 82 | <div class="node_content"><%= d.text_area :abstract %></div> |
