]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/follow.tpl
Add nofilter to field_input attribute parameter
[friendica.git] / view / templates / follow.tpl
index 32109e82bf28529fa3c452ec823c164a8e0ff0c6..12a562123558e8c295bbb6243727fe1e996309d6 100644 (file)
@@ -1,8 +1,8 @@
 
 <div id="follow-sidebar" class="widget">
        <h3>{{$connect}}</h3>
-       <div id="connect-desc">{{$desc}}</div>
-       <form action="follow" method="post" >
+       <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>