diff options
author | friendica <info@friendica.com> | 2014-01-29 15:28:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-29 15:28:09 -0800 |
commit | 1915add7c1c812a368540ece48209729329ced94 (patch) | |
tree | d83aa057d1052593e26aaca2a690b0058e1b41aa /view/tpl/item_attach.tpl | |
parent | 777d4e1ddb0d6c10be74d797dc930cb8df6923b0 (diff) | |
parent | 75022367e5c3ecec24ec66acff162d6dd534486c (diff) | |
download | volse-hubzilla-1915add7c1c812a368540ece48209729329ced94.tar.gz volse-hubzilla-1915add7c1c812a368540ece48209729329ced94.tar.bz2 volse-hubzilla-1915add7c1c812a368540ece48209729329ced94.zip |
Merge pull request #290 from git-marijus/master
add image floating to bbcode
Diffstat (limited to 'view/tpl/item_attach.tpl')
-rw-r--r-- | view/tpl/item_attach.tpl | 2 |
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> |