]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/babel.tpl
Merge pull request #8409 from annando/fix-8401
[friendica.git] / view / templates / babel.tpl
index 659864af3622c0712d04a7570a77e6460e14f711..4dc50083d74e00e37952443c883fddc022c3910b 100644 (file)
@@ -6,6 +6,7 @@
                </div>
                <div class="form-group">
                        {{include file="field_radio.tpl" field=$type_bbcode}}
+                       {{include file="field_radio.tpl" field=$type_diaspora}}
                        {{include file="field_radio.tpl" field=$type_markdown}}
                        {{include file="field_radio.tpl" field=$type_html}}
                </div>
@@ -21,7 +22,7 @@
                        <h3 class="panel-title">{{$result.title}}</h3>
                </div>
                <div class="panel-body">
-                       {{$result.content}}
+                       {{$result.content nofilter}}
                </div>
        </div>
        {{/foreach}}