From 69e6eda22f48dde358c86113250188f40453a764 Mon Sep 17 00:00:00 2001 From: gjones2 Date: Tue, 20 Nov 2012 16:14:59 -0500 Subject: [PATCH] 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" --- httemplate/elements/searchbar-cust_bill.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> % } -- 2.11.0