summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-19 22:56:58 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-19 22:56:58 -0800
commita60615bf7bde77aa2b9faf3fc268c149eecdb5ab (patch)
tree29f7d23f580100e3d42bf649918332d8420f1e4d /httemplate
parenta69f8a2b55163b5f0eac908918e46a3eb3bd2290 (diff)
parent69e6eda22f48dde358c86113250188f40453a764 (diff)
Merge branch 'patch-5' of https://github.com/gjones2/Freeside (#13854 as this bug cropped up with RT4)
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/searchbar-cust_bill.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/searchbar-cust_bill.html b/httemplate/elements/searchbar-cust_bill.html
index 7d24fbe9d..169315bf0 100644
--- a/httemplate/elements/searchbar-cust_bill.html
+++ b/httemplate/elements/searchbar-cust_bill.html
@@ -8,7 +8,7 @@
<BR>
<INPUT TYPE="submit" VALUE="<% mt('Search invoices') |h %>" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
</FORM>
- <% $menu_position eq 'left' ? '<BR><BR>' : '' %>
+ <% $menu_position eq 'left' ? '<BR><BR>' : '' |n %>
% }