diff options
author | redmatrix <git@macgirvin.com> | 2016-01-14 11:47:23 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-14 11:47:23 -0800 |
commit | 96990fc1c578850af36aee12fd971c89979a817d (patch) | |
tree | e0896309eb65a9595d5b09071a4609af7229d53b /view/tpl/peoplefind.tpl | |
parent | 4506d80198fb30d09239541f21fe11c173c6c84e (diff) | |
parent | 9f9fdc1434b7283171f8d843f225228cdb322115 (diff) | |
download | volse-hubzilla-96990fc1c578850af36aee12fd971c89979a817d.tar.gz volse-hubzilla-96990fc1c578850af36aee12fd971c89979a817d.tar.bz2 volse-hubzilla-96990fc1c578850af36aee12fd971c89979a817d.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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 5d68cb2d8..d7d48cfd2 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -5,7 +5,7 @@ <div class="form-group"> <div class="input-group"> <input class="widget-input" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" /> - <div class="input-group-btn"> + <div class="input-group-btn"> <button class="btn btn-default btn-sm" type="submit" name="submit"><i class="icon-search"></i></button> </div> </div> |