]> git.mxchange.org Git - friendica.git/commitdiff
[quattro] Convert wall-item-body span to div
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 31 Dec 2020 14:06:29 +0000 (09:06 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 31 Dec 2020 14:07:24 +0000 (09:07 -0500)
- This element contains the post body that can also contains block elements

view/theme/quattro/templates/wall_thread.tpl

index 84f83e06f5de4a5e343aa8fc838f9f17ba8178f9..c53bd46c8591b541758586c157360940ae5781db 100644 (file)
@@ -54,7 +54,7 @@
                </div>
                <div class="wall-item-content">
                        {{if $item.title}}<h2><a href="{{$item.plink.href}}" class="{{$item.sparkle}} p-name">{{$item.title}}</a></h2>{{/if}}
-                       <span class="wall-item-body e-content {{if !$item.title}}p-name{{/if}}">{{$item.body_html nofilter}}</span>
+                       <div class="wall-item-body e-content {{if !$item.title}}p-name{{/if}}">{{$item.body_html nofilter}}</div>
                </div>
        </div>
        <div class="wall-item-bottom">