diff options
author | 2003-06-01 14:00:16 +0000 | |
---|---|---|
committer | 2003-06-01 14:00:16 +0000 | |
commit | cbc11f51e86d5b44aa56032f4913f2d8d1ab6969 (patch) | |
tree | 01221a2f4e347a8ab55787e845487b50247d58f8 /dev-python/docutils/files | |
parent | More GLEP fixos. (diff) | |
download | historical-cbc11f51e86d5b44aa56032f4913f2d8d1ab6969.tar.gz historical-cbc11f51e86d5b44aa56032f4913f2d8d1ab6969.tar.bz2 historical-cbc11f51e86d5b44aa56032f4913f2d8d1ab6969.zip |
More GLEP fixos.
Diffstat (limited to 'dev-python/docutils/files')
-rw-r--r-- | dev-python/docutils/files/digest-docutils-0.3_pre20030530-r2 (renamed from dev-python/docutils/files/digest-docutils-0.3_pre20030530-r1) | 0 | ||||
-rw-r--r-- | dev-python/docutils/files/glep_htmlwrite.py | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/docutils/files/digest-docutils-0.3_pre20030530-r1 b/dev-python/docutils/files/digest-docutils-0.3_pre20030530-r2 index 82fdd4ba805e..82fdd4ba805e 100644 --- a/dev-python/docutils/files/digest-docutils-0.3_pre20030530-r1 +++ b/dev-python/docutils/files/digest-docutils-0.3_pre20030530-r2 diff --git a/dev-python/docutils/files/glep_htmlwrite.py b/dev-python/docutils/files/glep_htmlwrite.py index 9b5c4e5138b9..460515130f47 100644 --- a/dev-python/docutils/files/glep_htmlwrite.py +++ b/dev-python/docutils/files/glep_htmlwrite.py @@ -1,7 +1,7 @@ # Author: David Goodger # Contact: goodger@users.sourceforge.net -# Revision: $Revision: 1.1 $ -# Date: $Date: 2003/06/01 03:57:44 $ +# Revision: $Revision: 1.2 $ +# Date: $Date: 2003/06/01 14:00:11 $ # Copyright: This module has been placed in the public domain. """ @@ -69,7 +69,7 @@ class Writer(html4css1.Writer): if pyhome == '..': subs['pepindex'] = '.' else: - subs['pepindex'] = pyhome + '/peps/' + subs['pepindex'] = pyhome + '/glep/' index = self.document.first_child_matching_class(nodes.field_list) header = self.document[index] pepnum = header[0][1].astext() |