summaryrefslogtreecommitdiff
path: root/httemplate/elements/searchbar-cust_main.html
diff options
context:
space:
mode:
authorgjones2 <gary@pointblanksecurity.com>2012-11-20 16:20:09 -0500
committergjones2 <gary@pointblanksecurity.com>2012-11-20 16:20:09 -0500
commitaae59f21b56cdf5f5653f3c8011d688198f56db4 (patch)
tree3c4e3a084e0192c5571eb8bc4d85a26c97fbfc19 /httemplate/elements/searchbar-cust_main.html
parent044e4ea5533f1c14697b7ad408dc0cf0e0327abb (diff)
Update httemplate/elements/searchbar-cust_main.html
Fixed issue where html break tags are being escaped erroneously causing break tags to be displayed in the navigation menu. This issue can be reproduced by doing the following: 1. Change the Freeside user's preference to display the menu on the left. 2. Click "Ticketing Main"
Diffstat (limited to 'httemplate/elements/searchbar-cust_main.html')
-rw-r--r--httemplate/elements/searchbar-cust_main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/searchbar-cust_main.html b/httemplate/elements/searchbar-cust_main.html
index 5d79aaa5e..9a98417c8 100644
--- a/httemplate/elements/searchbar-cust_main.html
+++ b/httemplate/elements/searchbar-cust_main.html
@@ -5,7 +5,7 @@
<A HREF="<%$fsurl%>search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px"><% mt('Advanced') |h %></A>
<INPUT TYPE="submit" VALUE="<% mt('Search customers') |h %>" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
</FORM>
- <% $menu_position eq 'left' ? '<BR>' : '' %>
+ <% $menu_position eq 'left' ? '<BR>' : '' |n %>
% }