summaryrefslogtreecommitdiff
path: root/httemplate/elements/searchbar-address2.html
diff options
context:
space:
mode:
authorgjones2 <gary@pointblanksecurity.com>2012-11-20 16:12:52 -0500
committergjones2 <gary@pointblanksecurity.com>2012-11-20 16:12:52 -0500
commit206a713bed7ae16c8ed6aa607de126c42d1b6a70 (patch)
tree08173e11b4d446ee1a75abfc8d42fc8ce3047fe6 /httemplate/elements/searchbar-address2.html
parent044e4ea5533f1c14697b7ad408dc0cf0e0327abb (diff)
Update httemplate/elements/searchbar-address2.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-address2.html')
-rw-r--r--httemplate/elements/searchbar-address2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/searchbar-address2.html b/httemplate/elements/searchbar-address2.html
index d5e2b37..5f3b1f2 100644
--- a/httemplate/elements/searchbar-address2.html
+++ b/httemplate/elements/searchbar-address2.html
@@ -6,7 +6,7 @@
<BR>
<INPUT TYPE="submit" VALUE="Search units" 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>' : '' %>
+ <% $menu_position eq 'left' ? '<BR>' : '' |n %>
% }