[Checkins] SVN: zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/README.txt Fix some rest rendering errors, but

Roger Ineichen roger at projekt01.ch
Wed Sep 26 17:52:24 EDT 2007


Log message for revision 80146:
  Fix some rest rendering errors, but 
  I have no idea where they coming from.
  
  Any hints? Did something change in rest?

Changed:
  U   zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/README.txt

-=-
Modified: zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/README.txt
===================================================================
--- zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/README.txt	2007-09-26 21:49:09 UTC (rev 80145)
+++ zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/README.txt	2007-09-26 21:52:23 UTC (rev 80146)
@@ -267,10 +267,8 @@
 
 we can ask it for the content of the file:
 
-  >>> print readme.getContent()[:77]
-  =========================
+  >>> print readme.getContent()[26:51]
   Code Documentation Module
-  =========================
 
 
 ZCML File



More information about the Checkins mailing list