[Checkins] SVN:	Products.DCWorkflow/trunk/Products/DCWorkflow/dtml/state_groups.pt	fix chameleon incompatibility
    Joshua LaPlace 
    josh at enfoldsystems.com
       
    Tue Oct 12 20:56:48 EDT 2010
    
    
  
Log message for revision 117482:
  fix chameleon incompatibility
  
Changed:
  U   Products.DCWorkflow/trunk/Products/DCWorkflow/dtml/state_groups.pt
-=-
Modified: Products.DCWorkflow/trunk/Products/DCWorkflow/dtml/state_groups.pt
===================================================================
--- Products.DCWorkflow/trunk/Products/DCWorkflow/dtml/state_groups.pt	2010-10-13 00:42:48 UTC (rev 117481)
+++ Products.DCWorkflow/trunk/Products/DCWorkflow/dtml/state_groups.pt	2010-10-13 00:56:48 UTC (rev 117482)
@@ -10,7 +10,7 @@
 
 <form action="setGroups" method="POST"
   tal:define="wf here/getWorkflow; roles wf/getRoles">
-<table width="100%" cellspacing="0" cellpadding="2" border="0" nowrap>
+<table width="100%" cellspacing="0" cellpadding="2" border="0" nowrap="nowrap">
 <tr class="list-header">
   <td align="left">
   <div class="form-label">
    
    
More information about the checkins
mailing list