[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_issue_contents.pt:1.2

Ken Manheimer klm@zope.com
Thu, 11 Oct 2001 19:54:37 -0400


Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv13954

Modified Files:
	collector_issue_contents.pt 
Log Message:
Remove faulty (because of ZPT version changes?) div around body text.


=== CMF/CMFCollector/skins/collector/collector_issue_contents.pt 1.1 => 1.2 ===
   <!-- lotsa stuff will appear here -->
 
-  <div metal:fill-slot="content">
-
-    <table>
-      <tr>
-        <th colspan="2" align="left">
-           Transcript of Issue
-             <span tal:replace="here/id">ID</span>
-             (<em><span tal:replace="here/Title">TITLE</span></em>)
-        </th>
-      </tr>
-      <tr>
-        <td colspan="2">
-          <table border="1">
-            <tr> <td>
-           <span tal:replace="structure
-                     python: transcript.CookedBody(stx_level=3)">TRANSCRIPT
-           </span>
-            </td> </tr>
-          </table>
-        </td>
-      </tr>
-    </table>
-
-  </div>
+  <table>
+    <tr>
+      <th colspan="2" align="left">
+         Transcript of Issue
+           <span tal:replace="here/id">ID</span>
+           (<em><span tal:replace="here/Title">TITLE</span></em>)
+      </th>
+    </tr>
+    <tr>
+      <td colspan="2">
+        <table border="1">
+          <tr> <td>
+         <span tal:replace="structure
+                   python: transcript.CookedBody(stx_level=3)">TRANSCRIPT
+         </span>
+          </td> </tr>
+        </table>
+      </td>
+    </tr>
+  </table>
 
 </div>