[rt-commit] [svn] r465 - rt/trunk/html/Search

jesse at fsck.com jesse at fsck.com
Wed Mar 3 18:24:06 EST 2004


Author: jesse
Date: Wed Mar  3 18:24:05 2004
New Revision: 465

Modified:
   rt/trunk/html/Search/Listing.html
Log:
Small change to fix escaping for saved search


Modified: rt/trunk/html/Search/Listing.html
==============================================================================
--- rt/trunk/html/Search/Listing.html	(original)
+++ rt/trunk/html/Search/Listing.html	Wed Mar  3 18:24:05 2004
@@ -75,7 +75,7 @@
 %}
 <BR>
 <BR>
-<A HREF="<% $RT::WebPath%>/Search/Listing.html?Bookmark=<%$session{'tickets'}->FreezeLimits()|u%>&TicketsSortBy=<%$session{'tickets_sort_by'}%>&TicketsSortOrder=<%$session{'tickets_sort_order'}%>&RowsPerPage=<%$session{'tickets_rows_per_page'}%>"><&|/l&>Bookmarkable URL for this search</&></a>
+<A HREF="<% $RT::WebPath%>/Search/Listing.html?Bookmark=<%$session{'tickets'}->FreezeLimits()|nu%>&TicketsSortBy=<%$session{'tickets_sort_by'}%>&TicketsSortOrder=<%$session{'tickets_sort_order'}%>&RowsPerPage=<%$session{'tickets_rows_per_page'}%>"><&|/l&>Bookmarkable URL for this search</&></a>
 <& /Elements/TitleBoxEnd&>
 </TD>
 <TD>



More information about the Rt-commit mailing list