]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/babel.tpl
Merge pull request #9367 from annando/issue-9366
[friendica.git] / view / templates / babel.tpl
index 659864af3622c0712d04a7570a77e6460e14f711..57d17fea91be0a7d49c284e55ae8be812f7022a2 100644 (file)
@@ -6,8 +6,12 @@
                </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}}
+               {{if $flag_twitter}}
+                       {{include file="field_radio.tpl" field=$type_twitter}}
+               {{/if}}
                </div>
                <p><button type="submit" class="btn btn-primary">Submit</button></p>
        </div>
@@ -21,7 +25,7 @@
                        <h3 class="panel-title">{{$result.title}}</h3>
                </div>
                <div class="panel-body">
-                       {{$result.content}}
+                       {{$result.content nofilter}}
                </div>
        </div>
        {{/foreach}}