gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] CVSROOT: /cvsroot/navidoc


From: Asko Soukka
Subject: [Gzz-commits] CVSROOT: /cvsroot/navidoc
Date: Mon, 21 Jul 2003 10:10:19 -0400

Module name:    navidoc
Branch:         rel-0-1
Changes by:     Asko Soukka <address@hidden>    03/07/21 10:10:19
Reply-to: address@hidden

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Branch:         rel-0-1
Changes by:     Asko Soukka <address@hidden>    03/07/21 10:10:19

Modified files:
        navidoc/modules: imagemap.py 

Log message:
        small fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/modules/imagemap.py.diff?only_with_tag=rel-0-1&tr1=1.11.2.1&tr2=1.11.2.2&r1=text&r2=text

Patches:
Index: navidoc/navidoc/modules/imagemap.py
diff -u navidoc/navidoc/modules/imagemap.py:1.11.2.1 
navidoc/navidoc/modules/imagemap.py:1.11.2.2
--- navidoc/navidoc/modules/imagemap.py:1.11.2.1        Mon Jun 30 11:30:15 2003
+++ navidoc/navidoc/modules/imagemap.py Mon Jul 21 10:10:19 2003
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-#$Id: imagemap.py,v 1.11.2.1 2003/06/30 15:30:15 humppake Exp $
+#$Id: imagemap.py,v 1.11.2.2 2003/07/21 14:10:19 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]