[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/renderer/rest.py
	DIVs no longer contain an 'id' attribute
    Andreas Jung 
    andreas at andreas-jung.com
       
    Mon Mar 13 10:04:23 EST 2006
    
    
  
Log message for revision 65954:
  DIVs no longer contain an 'id' attribute 
  (when using Docutils 0.4.0)
  
Changed:
  U   Zope3/trunk/src/zope/app/renderer/rest.py
-=-
Modified: Zope3/trunk/src/zope/app/renderer/rest.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/rest.py	2006-03-13 14:55:14 UTC (rev 65953)
+++ Zope3/trunk/src/zope/app/renderer/rest.py	2006-03-13 15:04:23 UTC (rev 65954)
@@ -70,7 +70,7 @@
       >>> renderer = ReStructuredTextToHTMLRenderer(source, TestRequest())
       >>> print renderer.render().strip()
       <p>This is source.</p>
-      <div class="section" id="header-3">
+      <div class="section">
       <h3><a id="header-3" name="header-3">Header 3</a></h3>
       <p>This is more source.</p>
       </div>
    
    
More information about the Zope3-Checkins
mailing list