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

view/theme/vier/templates/wall_thread.tpl

index 32b15de86ec1a96454fdc3ea85830c4e06725354..94525c492f64cb87b85b8c90551f38869c5c9ced 100644 (file)
@@ -74,7 +74,7 @@
 
                <div itemprop="description" 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">