1
0
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:
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"));?>"
@ -60,4 +60,4 @@
</p>
<em><%= nbr %></em>
</li>
</script>
</script>