gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] navidoc navidoc/modules/imagemap.py ./config.hi...


From: Asko Soukka
Subject: [Gzz-commits] navidoc navidoc/modules/imagemap.py ./config.hi...
Date: Mon, 21 Jul 2003 10:09:58 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Branch:         
Changes by:     Asko Soukka <address@hidden>    03/07/21 10:09:58

Modified files:
        navidoc/modules: imagemap.py 
Added files:
        .              : config.himalia 

Log message:
        himalia kludge to record usage

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/config.himalia.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/modules/imagemap.py.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: navidoc/navidoc/modules/imagemap.py
diff -u navidoc/navidoc/modules/imagemap.py:1.12 
navidoc/navidoc/modules/imagemap.py:1.13
--- navidoc/navidoc/modules/imagemap.py:1.12    Mon Jun 30 09:56:10 2003
+++ navidoc/navidoc/modules/imagemap.py Mon Jul 21 10:09:58 2003
@@ -3,7 +3,7 @@
 # 
 # This file is part of Navidoc.
 # 
-# Navidoc is free software; you can redistribute it and/or modify it under
+# Navidoc is free softSware; you can redistribute it and/or modify it under
 # the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-#$Id: imagemap.py,v 1.12 2003/06/30 13:56:10 humppake Exp $
+#$Id: imagemap.py,v 1.13 2003/07/21 14:09:58 humppake Exp $
 
 #
 # Written by Asko Soukka
@@ -107,8 +107,8 @@
         out = open(filepath, "w")            
         out.write(html[0:insert]);
         if not is_linked(diagram):
-            out.write('<img ')
-            html = html[html.find('"', insert+1)+1:len(html)]
+            out.write('<img')
+            html = html[html.find('"', insert+11)+1:len(html)]
         else:
             out.close()
             create_uml(diagram, context)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]