[Rt-commit] r7901 -
rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Tue May 22 00:28:34 EDT 2007
Author: ruz
Date: Tue May 22 00:28:31 2007
New Revision: 7901
Modified:
rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/MakeClicky
Log:
* reset position
Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/MakeClicky
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/MakeClicky (original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/MakeClicky Tue May 22 00:28:31 2007
@@ -150,6 +150,8 @@
}
substr( $$content, $pos ) = $escaper->( substr( $$content, $pos ) ) unless $pos == length $$content;
+pos($$content) = 0;
+
</%INIT>
<%doc>
More information about the Rt-commit
mailing list