mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-04-02 19:25:18 +02:00
Escape HTML
This commit is contained in:
parent
c016d96f64
commit
2ffc1ff036
@ -33,7 +33,7 @@
|
||||
</p>
|
||||
<div class="bookmark_form_tags"><ul>
|
||||
<& for ( var i = 0; i < tags.length; i++ ) { &>
|
||||
<li><&=tags[i]&></li>
|
||||
<li><&= escapeHTML(tags[i]) &></li>
|
||||
<& } &>
|
||||
</ul></div>
|
||||
<p class="bookmark_form_desc">
|
||||
|
Loading…
x
Reference in New Issue
Block a user