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
8595964a
Commit
8595964a
authored
Nov 10, 2000
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a typo in stx
parent
eade9031
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lib/python/StructuredText/StructuredText.py
lib/python/StructuredText/StructuredText.py
+5
-2
No files found.
lib/python/StructuredText/StructuredText.py
View file @
8595964a
...
...
@@ -204,7 +204,7 @@ Special symbology is used to indicate special constructs:
</TABLE>
$Id: StructuredText.py,v 1.2
7 2000/04/21 13:38:10 jim
Exp $'''
$Id: StructuredText.py,v 1.2
8 2000/11/10 16:51:27 brian
Exp $'''
# Copyright
#
# Copyright 1996 Digital Creations, L.C., 910 Princess Anne
...
...
@@ -256,6 +256,9 @@ $Id: StructuredText.py,v 1.27 2000/04/21 13:38:10 jim Exp $'''
# (540) 371-6909
#
# $Log: StructuredText.py,v $
# Revision 1.28 2000/11/10 16:51:27 brian
# Fixed a typo in stx
#
# Revision 1.27 2000/04/21 13:38:10 jim
# Added closing list tags. Woo hoo!
#
...
...
@@ -672,7 +675,7 @@ class HTML(StructuredText):
return ('
%
s
<
h
%
d
>%
s
</
h
%
d
>
\
n
%
s
\
n
'
% (before,level,strip(ctag(t)),level,d))
t="<p><strong>%s</strong><p>" % strip(ctag(t))
t="<p><strong>%s</strong><
/
p>" % strip(ctag(t))
return ('
%
s
<
dl
><
dt
>%
s
\
n
</
dt
><
dd
>%
s
\
n
</
dd
></
dl
>
\
n
'
% (before,t,d))
...
...
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