]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/follow.tpl
Merge pull request #6749 from nupplaphil/6386-php_fatal
[friendica.git] / view / templates / follow.tpl
index 7cd7c5c5376a90e867c21d2e857636faa38da5b3..12a562123558e8c295bbb6243727fe1e996309d6 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" placeholder="{{$hint}}" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
+       <div id="connect-desc">{{$desc nofilter}}</div>
+       <form action="follow" method="get" >
+               <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>
 </div>