[Rt-commit] r9407 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Tools

ruz at bestpractical.com ruz at bestpractical.com
Mon Oct 22 19:57:58 EDT 2007


Author: ruz
Date: Mon Oct 22 19:57:58 2007
New Revision: 9407

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html

Log:
* close 'a' tag or it breaks following tags

Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html	Mon Oct 22 19:57:58 2007
@@ -39,7 +39,7 @@
 <input type="hidden" name="Owner" value="<%$session{'CurrentUser'}->Id%>" />
 <input type="hidden" name="id" value="new" />
 <input type="hidden" name="Status" value="<%$ARGS{Status}||'open'%>" />
-<a name="top">
+<a name="top"></a>
         
 % if (exists $ARGS{'TestAddresses'}) {
 <&| /Widgets/TitleBox, contentbg => "#cccccc", 


More information about the Rt-commit mailing list