[Rt-commit] [svn] r1617 - in rt/branches/3.2-SYBASE-TESTING: .
html/Search
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Mon Oct 4 16:00:59 EDT 2004
Author: jesse
Date: Mon Oct 4 16:00:58 2004
New Revision: 1617
Modified:
rt/branches/3.2-SYBASE-TESTING/ (props changed)
rt/branches/3.2-SYBASE-TESTING/html/Search/Results.html
Log:
r10341 at tinbook: jesse | 2004-09-23T07:47:25.600352Z
r8471 at Jesse-Vincents-Computer: jesse | 2004-08-31T04:20:29.035587Z
Fixed the callback in Results.html to not flake out when we've got interesting %ARGS coming into it.
Modified: rt/branches/3.2-SYBASE-TESTING/html/Search/Results.html
==============================================================================
--- rt/branches/3.2-SYBASE-TESTING/html/Search/Results.html (original)
+++ rt/branches/3.2-SYBASE-TESTING/html/Search/Results.html Mon Oct 4 16:00:58 2004
@@ -71,7 +71,7 @@
<a href="<%$RT::WebPath%>/Search/Results.tsv<%$QueryString%>"><&|/l&>spreadsheet</&></a> |
<a href="<%$RT::WebPath%>/Search/Results.rdf<%$QueryString%>"><&|/l&>RSS</&></a> |
<a href="<%$RT::WebPath%>/Tools/Offline.html<%$QueryString%>"><&|/l&>Work offline</&></a><br>
-<& /Elements/Callback, %ARGS, _CallbackName => 'SearchActions', QueryString => $QueryString&>
+<& /Elements/Callback, _CallbackName => 'SearchActions', QueryString => $QueryString&>
</div>
<%INIT>
my ($title, $ticketcount);
More information about the Rt-commit
mailing list