]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/content_wrapper.tpl
Update translation fie after adding a string
[friendica.git] / view / templates / content_wrapper.tpl
index b4187156038b75ca38297a2b1a06deb43ab4c74c..ae2ad56657670d81ae0d3b3d2405107c8eb55316 100644 (file)
@@ -1,12 +1,13 @@
 
 <div {{if $name}}id="{{$name}}-wrapper"{{/if}} class="general-content-wrapper">
        {{* give different possibilities for the size of the heading *}}
-       {{if $title_size}}
+       {{if $title && $title_size}}
                <h{{$title_size}} {{if $name}}id="{{$name}}-heading"{{/if}}>{{$title}}</h{{$title_size}}>
-       {{else}}
+       {{elseif $title}}
        {{include file="section_title.tpl"}}
        {{/if}}
 
        {{* output the content *}}
-       {{$content}}
+       {{$content nofilter}}
+
 </div>