aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot.tpl
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2014-11-05 17:19:46 +0100
committerStefan Parviainen <saparvia@caterva.eu>2014-11-05 17:19:46 +0100
commit1a445a17d8cc7c2877fe331c659abbefbc4164ad (patch)
tree942f400af4651c98e0f4bfa2a815c5d7f61bd2ed /view/tpl/jot.tpl
parentd9f2944565f3bc17b21ddbbde85b3083a003f477 (diff)
downloadvolse-hubzilla-1a445a17d8cc7c2877fe331c659abbefbc4164ad.tar.gz
volse-hubzilla-1a445a17d8cc7c2877fe331c659abbefbc4164ad.tar.bz2
volse-hubzilla-1a445a17d8cc7c2877fe331c659abbefbc4164ad.zip
Fix duplicate element id
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-xview/tpl/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index be896adb5..12da18ef1 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -42,7 +42,7 @@
<i class="icon-camera jot-icons"></i>
</button>
<button id="wall-file-upload" class="btn btn-default btn-sm" title="{{$attach}}" >
- <i id="wall-file-upload" class="icon-paper-clip jot-icons"></i>
+ <i id="wall-file-upload-icon" class="icon-paper-clip jot-icons"></i>
</button>
<button id="profile-link-wrapper" class="btn btn-default btn-sm" title="{{$weblink}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;">
<i id="profile-link" class="icon-link jot-icons"></i>