Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
8537db9c
Commit
8537db9c
authored
Feb 12, 2001
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merged bug fix from 2.3 branch
parent
25911c3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lib/python/HelpSys/HelpTopic.py
lib/python/HelpSys/HelpTopic.py
+4
-2
No files found.
lib/python/HelpSys/HelpTopic.py
View file @
8537db9c
...
...
@@ -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
):
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment