summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorgjones2 <gary@pointblanksecurity.com>2012-11-20 16:21:06 -0500
committergjones2 <gary@pointblanksecurity.com>2012-11-20 16:21:06 -0500
commit4c32a16b43ee00d969939d15cfc586ba8023bf47 (patch)
treef971919526011eff0eefb95a59c9f648800af6c3 /httemplate/elements
parent044e4ea5533f1c14697b7ad408dc0cf0e0327abb (diff)
Update httemplate/elements/searchbar-ticket.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"
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/searchbar-ticket.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/searchbar-ticket.html b/httemplate/elements/searchbar-ticket.html
index 30624f7d3..ae86dbcec 100644
--- a/httemplate/elements/searchbar-ticket.html
+++ b/httemplate/elements/searchbar-ticket.html
@@ -5,7 +5,7 @@
<A HREF="<% FS::TicketSystem->baseurl %>Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px"><% mt('Advanced') |h %></A>
<INPUT TYPE="submit" VALUE="<% mt('Search tickets') |h %>" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
</FORM>
- <% $menu_position eq 'left' ? '<BR>' : '' %>
+ <% $menu_position eq 'left' ? '<BR>' : '' |n %>
% }