aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-19 17:09:21 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-19 17:09:21 +0100
commitf31af3c7c0e157e375a08ce562221d91406bcef9 (patch)
tree36f161f7db03a719a54f08924591f0983fbb6ea3
parenta0245f3e9307f4b1d195b764bd9956fb85058769 (diff)
downloadvolse-hubzilla-f31af3c7c0e157e375a08ce562221d91406bcef9.tar.gz
volse-hubzilla-f31af3c7c0e157e375a08ce562221d91406bcef9.tar.bz2
volse-hubzilla-f31af3c7c0e157e375a08ce562221d91406bcef9.zip
typo
-rw-r--r--view/tpl/item_attach.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/item_attach.tpl b/view/tpl/item_attach.tpl
index 711b72e76..95e38c0bd 100644
--- a/view/tpl/item_attach.tpl
+++ b/view/tpl/item_attach.tpl
@@ -1,5 +1,5 @@
{{if $attaches}}
{{foreach $attaches as $a}}
-<a class="dropdwn-item" href="{{$a.url}}" title="{{$a.title}}"><i class="fa {{$a.icon}} attach-icons"></i>&nbsp;{{$a.label}}</a>
+<a class="dropdown-item" href="{{$a.url}}" title="{{$a.title}}"><i class="fa {{$a.icon}} attach-icons"></i>&nbsp;{{$a.label}}</a>
{{/foreach}}
{{/if}}