]> 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 71d0625072ea2b692c6ef61216e8bdc454559129..12a562123558e8c295bbb6243727fe1e996309d6 100644 (file)
@@ -1,7 +1,7 @@
 
 <div id="follow-sidebar" class="widget">
        <h3>{{$connect}}</h3>
-       <div id="connect-desc">{{$desc}}</div>
+       <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>