diff options
author | gjones2 <gary@pointblanksecurity.com> | 2012-11-20 16:20:31 -0500 |
---|---|---|
committer | gjones2 <gary@pointblanksecurity.com> | 2012-11-20 16:20:31 -0500 |
commit | 54208096c3d8a75b3a21e18580059d2b1c084608 (patch) | |
tree | 9665465f914648a9e8ffa07627da27cee0c72c5f | |
parent | 044e4ea5533f1c14697b7ad408dc0cf0e0327abb (diff) |
Update httemplate/elements/searchbar-cust_svc.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"
-rw-r--r-- | httemplate/elements/searchbar-cust_svc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/searchbar-cust_svc.html b/httemplate/elements/searchbar-cust_svc.html index 766209d16..e4c2dc614 100644 --- a/httemplate/elements/searchbar-cust_svc.html +++ b/httemplate/elements/searchbar-cust_svc.html @@ -5,7 +5,7 @@ <A NOTYET="<%$fsurl%>search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px"><% mt('Advanced') |h %></A> <INPUT TYPE="submit" VALUE="<% mt('Search services') |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 %> % } |