aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/item_attach.tpl
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-01-30 00:01:19 +0100
committermarijus <mario@localhost.localdomain>2014-01-30 00:01:19 +0100
commitfe2b6f3dfb4a9473905dde49b7741a6c03699c23 (patch)
tree4ebaf732d319efb80d9edebd941fb0be9e35cc06 /view/tpl/item_attach.tpl
parent286dca84a139ffa9dd2ab44669190a4d8e49223b (diff)
downloadvolse-hubzilla-fe2b6f3dfb4a9473905dde49b7741a6c03699c23.tar.gz
volse-hubzilla-fe2b6f3dfb4a9473905dde49b7741a6c03699c23.tar.bz2
volse-hubzilla-fe2b6f3dfb4a9473905dde49b7741a6c03699c23.zip
add image floating to bbcode
Diffstat (limited to 'view/tpl/item_attach.tpl')
-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 25c127a15..7dc8dfd59 100644
--- a/view/tpl/item_attach.tpl
+++ b/view/tpl/item_attach.tpl
@@ -1,6 +1,6 @@
+<div class="clear"></div>
<div class="body-attach">
{{foreach $attaches as $a}}
<a href="{{$a.url}}" title="{{$a.title}}" class="attachlink" ><i class="icon-paper-clip attach-icons attach-clip"></i><i class="{{$a.icon}} attach-icons"></i></a>
{{/foreach}}
-<div class="clear"></div>
</div>