Commit 8537db9c authored by 's avatar

Merged bug fix from 2.3 branch

parent 25911c3d
......@@ -265,12 +265,14 @@ class STXTopic(TextTopic):
"""
A structured-text topic. Holds a HTMLFile object.
"""
index_html=HTML("""\
index_html_=HTML("""\
<dtml-var standard_html_header>
<dtml-var obj fmt="structured-text">
<dtml-var standard_html_footer>""")
def index_html(self, REQUEST):
""" """
return self.index_html_(self, REQUEST)
class ImageTopic(HelpTopic):
"""
......
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