Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShikiryu <clement+github@desmidt.fr>2015-03-08 02:53:42 +0300
committerArthur Schiwon <blizzz@owncloud.com>2015-07-14 15:25:18 +0300
commit52ec490ad447b4c45a481a3e671b2ee5af44f698 (patch)
tree11a3a81a64c175ddea8451db0853c56b213211b3 /templates
parente5acadc10ed1c710a6ea46de677186fcd7eeeae2 (diff)
Adding tags in bookmarklet, fix #127
Diffstat (limited to 'templates')
-rw-r--r--templates/addBookmarklet.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/addBookmarklet.php b/templates/addBookmarklet.php
index ce7c8992..0de385f1 100644
--- a/templates/addBookmarklet.php
+++ b/templates/addBookmarklet.php
@@ -35,9 +35,9 @@ $bookmarkExists = $_['bookmarkExists'];
<li>
<ul class="tags" >
- <?php foreach ($_['bookmark']['tags'] as $tag): ?>
- <li><?php p($tag); ?></li>
- <?php endforeach; ?>
+ <ul class="tags" >
+ <li></li>
+ </ul>
</ul>
</li>