aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/editlink.batch.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2021-01-19 11:48:38 +0100
committerGitHub <noreply@github.com>2021-01-19 11:48:38 +0100
commitffa39719a17982e6a6cac9bc3f758aa12fa69973 (patch)
tree56af58c504301406a440c8cf032c5fa88db3301e /tpl/default/editlink.batch.html
parent31c4be2b60b3cf5b44fab7abd4ef06e2c3fe8c7c (diff)
parent8fbc29de0252c462884605d4f691b6746e524fc9 (diff)
downloadShaarli-ffa39719a17982e6a6cac9bc3f758aa12fa69973.tar.gz
Shaarli-ffa39719a17982e6a6cac9bc3f758aa12fa69973.tar.zst
Shaarli-ffa39719a17982e6a6cac9bc3f758aa12fa69973.zip
Merge pull request #1689 from ArthurHoaro/fix/bulk-add-html-label
Fix: bulk add - use unique HTML ID
Diffstat (limited to 'tpl/default/editlink.batch.html')
-rw-r--r--tpl/default/editlink.batch.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/default/editlink.batch.html b/tpl/default/editlink.batch.html
index b1f8e5bd..973a5ccc 100644
--- a/tpl/default/editlink.batch.html
+++ b/tpl/default/editlink.batch.html
@@ -20,6 +20,7 @@
20</div> 20</div>
21 21
22{loop="$links"} 22{loop="$links"}
23 {$batchId=$key}
23 {include="editlink"} 24 {include="editlink"}
24{/loop} 25{/loop}
25 26