aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/peoplefind.tpl
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2016-01-14 18:07:56 +0100
committermrjive <mrjive@mrjive.it>2016-01-14 18:07:56 +0100
commit2696deb2a18ba06593657a2317176baa26821708 (patch)
tree6db62ef956bf06b7bc8ee7f31536b01d66ecc8e0 /view/tpl/peoplefind.tpl
parent5c937c5642e87750b55e15c9d9c1b863e5d5cfc1 (diff)
parent9f9fdc1434b7283171f8d843f225228cdb322115 (diff)
downloadvolse-hubzilla-2696deb2a18ba06593657a2317176baa26821708.tar.gz
volse-hubzilla-2696deb2a18ba06593657a2317176baa26821708.tar.bz2
volse-hubzilla-2696deb2a18ba06593657a2317176baa26821708.zip
Merge pull request #16 from redmatrix/master
updating from original codebase
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-xview/tpl/peoplefind.tpl2
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>