]> git.mxchange.org Git - friendica.git/blobdiff - view/photo_item.tpl
extending notifications to other types
[friendica.git] / view / photo_item.tpl
index ca9ead592922434f5a57293337059773ac718149..22884e848effe7abf8d6a9c40c0f3fbaa9127add 100644 (file)
@@ -1,7 +1,7 @@
 <div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" >
        <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" >
                <a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id">
-               <img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a>
+               <img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" style="height: 80px; width: 80px;" alt="$name" /></a>
        </div>
 
        <div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
@@ -16,7 +16,7 @@
        <div class="wall-item-wrapper-end"></div>
        <div class="wall-item-comment-separator"></div>
        $comment
-</div>
 
 <div class="wall-item-outside-wrapper-end$indent" ></div>
+</div>