]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/poke_content.tpl
Remove uses of HTML escaping in Smarty templates
[friendica.git] / view / theme / frio / templates / poke_content.tpl
index 6fb3b399b1c0d34c5d863cf0295baf3e5d290a7b..f68b053b5a171603b621f213ee390152702065b3 100644 (file)
@@ -11,7 +11,7 @@
                        {{* The input field with the recipient name*}}
                        <div id="poke-recip-wrapper" class="form-group">
                                <label for="poke-recip">{{$clabel}}</label>
-                               <input id="poke-recip" class="form-control" type="text" size="64" maxlength="255" value="{{$name|escape:'html'}}" name="pokename" autocomplete="off" />
+                               <input id="poke-recip" class="form-control" type="text" size="64" maxlength="255" value="{{$name}}" name="pokename" autocomplete="off" />
                                <input id="poke-recip-complete" type="hidden" value="{{$id}}" name="cid" />
                                <input id="poke-parent" type="hidden" value="{{$parent}}" name="parent" />
                        </div>
@@ -37,7 +37,7 @@
                <div id="poke-content-wrapper-end"></div>
 
                <div id="poke-submit-wrapper">
-                       <button class="btn btn-primary pull-right" type="submit" name="submit" value="{{$submit|escape:'html'}}"><i class="fa fa-slideshare"></i>&nbsp;{{$submit|escape:'html'}}</button>
+                       <button class="btn btn-primary pull-right" type="submit" name="submit" value="{{$submit}}"><i class="fa fa-slideshare"></i>&nbsp;{{$submit}}</button>
                </div>
 
                <div id="poke-submit-wrapper-end"></div>