Commit 2236869a authored by Andreas Jung's avatar Andreas Jung

fixed incompatibility between ZopeTutorial and STXNG

parent 3657ea4c
......@@ -91,7 +91,7 @@ import StructuredText
import string, re
pre_pat=re.compile(r'<PRE>(.+?)</PRE>', re.DOTALL)
pre_pat=re.compile(r'<PRE>(.+?)</PRE>', re.IGNORECASE|re.DOTALL)
tutorialExamplesFile='ZopeTutorialExamples.zexp'
class TutorialTopic(TextTopic):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment