mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-02 06:24:11 +01:00
Escape the tag
This commit is contained in:
parent
2c25b1488c
commit
9f1f349d8a
@ -47,7 +47,7 @@
|
||||
</div>
|
||||
</script>
|
||||
<script type="text/html" id="tag_tmpl">
|
||||
<li><a href="" class="tag"><%= tag %></a>
|
||||
<li><a href="" class="tag"><%= escapeHTML(tag) %></a>
|
||||
<p class="tags_actions">
|
||||
<span class="tag_edit">
|
||||
<img class="svg" src="<?php print_unescaped(OCP\image_path("", "actions/rename.svg"));?>"
|
||||
@ -60,4 +60,4 @@
|
||||
</p>
|
||||
<em><%= nbr %></em>
|
||||
</li>
|
||||
</script>
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user