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
6734e949
Commit
6734e949
authored
Jul 21, 1999
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed *two* typos in the code.
"I don't have time to test half of what I check in" -Jim Fulton
parent
b5f0c39d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lib/python/Shared/DC/ZRDB/Aqueduct.py
lib/python/Shared/DC/ZRDB/Aqueduct.py
+4
-4
No files found.
lib/python/Shared/DC/ZRDB/Aqueduct.py
View file @
6734e949
...
...
@@ -84,8 +84,8 @@
##############################################################################
__doc__
=
'''Shared classes and functions
$Id: Aqueduct.py,v 1.3
5 1999/07/21 13:33:08 jim
Exp $'''
__version__
=
'$Revision: 1.3
5
$'
[
11
:
-
2
]
$Id: Aqueduct.py,v 1.3
6 1999/07/21 19:43:39 michel
Exp $'''
__version__
=
'$Revision: 1.3
6
$'
[
11
:
-
2
]
import
Globals
,
os
from
Globals
import
HTMLFile
,
Persistent
...
...
@@ -419,7 +419,7 @@ def decapitate(html, RESPONSE=None,
ts_results = header_re.match_group(html, (1,3))
if not ts_results: return html
headers, html = ts_re
uls
ts[1]
headers, html = ts_re
sul
ts[1]
headers=string.split(headers,'
\
n
')
...
...
@@ -429,7 +429,7 @@ def decapitate(html, RESPONSE=None,
del headers[i]
else:
ts_results = space_re.match_group(headers[i], (1,))
if ts_reults:
if ts_re
s
ults:
headers[i-1]="%s %s" % (headers[i-1],
headers[i][len(ts_reults[1]):])
del headers[i]
...
...
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