From: gjones2 Date: Tue, 20 Nov 2012 21:14:59 +0000 (-0500) Subject: Update httemplate/elements/searchbar-cust_bill.html X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=69e6eda22f48dde358c86113250188f40453a764 Update httemplate/elements/searchbar-cust_bill.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" --- 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 @@
- <% $menu_position eq 'left' ? '

' : '' %> + <% $menu_position eq 'left' ? '

' : '' |n %> % }