Skip to content

Commit d81e0bb

Browse files
authored
Fixing search button name (#1361)
1 parent a4afcee commit d81e0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gcweb/appTop.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<input type="hidden" name="<%=input.name%>" value="<%=input.value%>">
191191
<%_ } -%>
192192
<%_ } -%>
193-
<span class="input-group-btn"><button type="submit" id="app-srch-sub-mb" class="btn btn-primary btn-small" name="app-srch-sub-mb"><span class="glyphicon-search glyphicon"></span><span class="wb-inv"><^- msg('Search') ^>{if isNonnull($item.placeholder)} {$item.placeholder}{/if}</span></button></span>
193+
<span class="input-group-btn"><button type="submit" id="app-srch-sub-mb" class="btn btn-primary btn-small" name="app-srch-sub-mb"><span class="glyphicon-search glyphicon"></span><span class="wb-inv"><^- msg('Search') ^><%= item.placeholder != null? item.placeholder: '' %></span></button></span>
194194
</div>
195195
</form>
196196
</div>

0 commit comments

Comments
 (0)