diff options
author | friendica <info@friendica.com> | 2014-04-16 18:35:37 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-16 18:35:37 -0700 |
commit | c7712d3b45289552ce460f4802ccf934a380c69d (patch) | |
tree | f0f7d7ea988174e8540aaec801d0cfae7e2c0744 /view/tpl/peoplefind.tpl | |
parent | 558e283260f097c2a85ddc8e7bb907d878d046a1 (diff) | |
download | volse-hubzilla-c7712d3b45289552ce460f4802ccf934a380c69d.tar.gz volse-hubzilla-c7712d3b45289552ce460f4802ccf934a380c69d.tar.bz2 volse-hubzilla-c7712d3b45289552ce460f4802ccf934a380c69d.zip |
bug fixes after widget cleanup
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-x | view/tpl/peoplefind.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 5f3dfac8f..55bf1575f 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -1,6 +1,6 @@ <div id="peoplefind-sidebar" class="widget"> <h3>{{$findpeople}}</h3> - {{$desc}} + <div class="descriptive-text">{{$desc}}</div> <form action="directory" method="post" /> <input class="icon-search" id="side-peoplefind-url" type="text" name="search" size="24" title="{{$hint}}" placeholder=""/> <input id="side-peoplefind-submit" class="btn btn-default" type="submit" name="submit" value="{{$findthem}}" /> |