From: gjones2 Date: Tue, 20 Nov 2012 21:20:45 +0000 (-0500) Subject: Update httemplate/elements/searchbar-prospect.html X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=07cbc6f4f150dcd21b53684c55937ad636ff22b9 Update httemplate/elements/searchbar-prospect.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-prospect.html b/httemplate/elements/searchbar-prospect.html index 68b90d4e3..ac363796e 100644 --- a/httemplate/elements/searchbar-prospect.html +++ b/httemplate/elements/searchbar-prospect.html @@ -5,7 +5,7 @@ Adv - <% $menu_position eq 'left' ? '
' : '' %> + <% $menu_position eq 'left' ? '
' : '' |n %> % }