library-web r387 - in trunk: . src
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: library-web r387 - in trunk: . src
- Date: Sat, 1 Mar 2008 16:04:04 +0000 (GMT)
Author: fpeters
Date: Sat Mar 1 16:04:04 2008
New Revision: 387
URL: http://svn.gnome.org/viewvc/library-web?rev=387&view=rev
Log:
* src/lgo.py: fixed typo in previous commit.
Modified:
trunk/ChangeLog
trunk/src/lgo.py
Modified: trunk/src/lgo.py
==============================================================================
--- trunk/src/lgo.py (original)
+++ trunk/src/lgo.py Sat Mar 1 16:04:04 2008
@@ -837,7 +837,7 @@
t = open(xml_file).read()
open(xml_file + '.fixed', 'w').write(
t.replace('\n<article id="article" ', '\n<article '
- t.replace('\n<article ', '\n<article id="index" '
+ ).replace('\n<article ', '\n<article id="index" '
).replace('<sect1 id="index"', '<sect1 id="intro"'))
xml_file = xml_file + '.fixed'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]