From 206a713bed7ae16c8ed6aa607de126c42d1b6a70 Mon Sep 17 00:00:00 2001 From: gjones2 Date: Tue, 20 Nov 2012 16:12:52 -0500 Subject: [PATCH] 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" --- httemplate/elements/searchbar-address2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
- <% $menu_position eq 'left' ? '
' : '' %> + <% $menu_position eq 'left' ? '
' : '' |n %> % } -- 2.11.0