From aae59f21b56cdf5f5653f3c8011d688198f56db4 Mon Sep 17 00:00:00 2001 From: gjones2 Date: Tue, 20 Nov 2012 16:20:09 -0500 Subject: [PATCH] Update httemplate/elements/searchbar-cust_main.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_main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/searchbar-cust_main.html b/httemplate/elements/searchbar-cust_main.html index 5d79aaa5e..9a98417c8 100644 --- a/httemplate/elements/searchbar-cust_main.html +++ b/httemplate/elements/searchbar-cust_main.html @@ -5,7 +5,7 @@ <% mt('Advanced') |h %> - <% $menu_position eq 'left' ? '
' : '' %> + <% $menu_position eq 'left' ? '
' : '' |n %> % } -- 2.11.0