From: gjones2 Date: Tue, 20 Nov 2012 21:12:52 +0000 (-0500) Subject: Update httemplate/elements/searchbar-address2.html X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=206a713bed7ae16c8ed6aa607de126c42d1b6a70 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" --- 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 %> % }