]> 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 7ea961780fc551b9762209e3f8f77bc255433e02..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" size="24" 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>