diff options
author | gjones2 <gary@pointblanksecurity.com> | 2012-11-20 16:12:52 -0500 |
---|---|---|
committer | gjones2 <gary@pointblanksecurity.com> | 2012-11-20 16:12:52 -0500 |
commit | 206a713bed7ae16c8ed6aa607de126c42d1b6a70 (patch) | |
tree | 08173e11b4d446ee1a75abfc8d42fc8ce3047fe6 /httemplate/elements/searchbar-address2.html | |
parent | 044e4ea5533f1c14697b7ad408dc0cf0e0327abb (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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/searchbar-address2.html b/httemplate/elements/searchbar-address2.html index d5e2b37d7..5f3b1f233 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 %> % } |