Update of /cvsroot/fink/web/xml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3060

Modified Files:
        textify.pl 
Log Message:
better fix for bold stuff, patch textify

Index: textify.pl
===================================================================
RCS file: /cvsroot/fink/web/xml/textify.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- textify.pl  27 Jun 2004 17:35:10 -0000      1.7
+++ textify.pl  31 May 2005 15:59:45 -0000      1.8
@@ -111,7 +111,7 @@
     $prefix .= "   ";
     $newprefix .= "   ";
   } elsif ($tag eq "u") {
-    $s .= "_";
+    #$s .= "_";
     $uscore++;
   }
 }
@@ -142,7 +142,7 @@
     $prefix = substr($prefix,0,-3);
     $newprefix = substr($newprefix,0,-3);
   } elsif ($tag eq "u") {
-    $s .= "_";
+    #$s .= "_";
     $uscore--;
     $uscore = 0 if $uscore < 0;
   }



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to