mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib iso2022jp.pl,1.3,1.4

2002-07-19 17:47:15
Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv26765

Modified Files:
	iso2022jp.pl 
Log Message:
* Converted HTML tags generated to lowercase.


Index: iso2022jp.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/iso2022jp.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** iso2022jp.pl	17 Sep 2001 16:10:44 -0000	1.3
--- iso2022jp.pl	20 Jul 2002 00:47:05 -0000	1.4
***************
*** 76,80 ****
  		$ascii_text =~ s%>%\>%g;
  		## Convert URLs to hyperlinks
! 		$ascii_text =~ s%($HUrlExp)%<A HREF="$1">$1</A>%gio
  		    unless $nourl;
  
--- 76,80 ----
  		$ascii_text =~ s%>%\&gt;%g;
  		## Convert URLs to hyperlinks
! 		$ascii_text =~ s%($HUrlExp)%<a href="$1">$1</a>%gio
  		    unless $nourl;
  
***************
*** 102,106 ****
  			$ascii_text =~ s%>%\&gt;%g;
  			## Convert URLs to hyperlinks
! 			$ascii_text =~ s%($HUrlExp)%<A HREF="$1">$1</A>%gio
  			    unless $nourl;
  
--- 102,106 ----
  			$ascii_text =~ s%>%\&gt;%g;
  			## Convert URLs to hyperlinks
! 			$ascii_text =~ s%($HUrlExp)%<a href="$1">$1</a>%gio
  			    unless $nourl;
  

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV