line 908 of DocumentClass.py must read: return (StructuredTextInnerLink(s[start2+1:end2-1]),start2,end2) ----- Original Message ----- From: "Robert Rottermann" <robert@redcor.ch> To: <zope@zope.org> Sent: Monday, November 05, 2001 10:52 PM Subject: [Zope] Still an error in Structured text
Line 908 of DocumentClass.py still reads: return (StructuredTextInnerLink(s[start2+1,end2-1],start2,end2))
it should be: return (StructuredTextInnerLink(s[start2+1:end2-1],start2,end2))
note the colon in [start2+1:end2-1]
Robert
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )