]> git.mxchange.org Git - friendica.git/commitdiff
The "about" field shouldn't be escaped
authorMichael <heluecht@pirati.ca>
Tue, 11 Dec 2018 19:24:24 +0000 (19:24 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 11 Dec 2018 19:24:24 +0000 (19:24 +0000)
view/theme/frio/templates/contact_edit.tpl

index 3fa0bf50d12281920bdda439cb857fe826738641..adddcb3dde7653b65802ddfd71bce13fd7fa1a93 100644 (file)
                                                                <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                                                                        <hr class="profile-separator">
                                                                        <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 text-muted">{{$about_label|escape}}</div>
-                                                                       <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">{{$about|escape}}</div>
+                                                                       <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">{{$about}}</div>
                                                                </div>
                                                                {{/if}}
                                                        </div>