]> 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 1df5cd86b0976be1044640ca6469b513c4670347..ece5ed17b860e6e6a1388507d501400c4c5b12ed 100644 (file)
@@ -1,13 +1,9 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <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>