1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-03-02 02:29:25 +01:00

Escape the tag

This commit is contained in:
Lukas Reschke 2013-03-15 12:45:44 +01:00
parent 2c25b1488c
commit 9f1f349d8a

View File

@ -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"));?>"