]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/follow.tpl
Merge pull request #5611 from MrPetovan/task/defer-ping-acl
[friendica.git] / view / templates / follow.tpl
index 32109e82bf28529fa3c452ec823c164a8e0ff0c6..ece5ed17b860e6e6a1388507d501400c4c5b12ed 100644 (file)
@@ -2,8 +2,8 @@
 <div id="follow-sidebar" class="widget">
        <h3>{{$connect}}</h3>
        <div id="connect-desc">{{$desc}}</div>
-       <form action="follow" method="post" >
-               <input id="side-follow-url" type="text" name="url" value="{{$value}}" size="24" placeholder="{{$hint}}" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
+       <form action="follow" method="get" >
+               <input id="side-follow-url" type="text" name="url" value="{{$value|escape:'html'}}" size="24" placeholder="{{$hint|escape:'html'}}" title="{{$hint|escape:'html'}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow|escape:'html'}}" />
        </form>
 </div>