Changeset 3de58c in git for doc/texi2html
- Timestamp:
- Aug 27, 2001, 4:40:11 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 50cbdc419a94d1167005988642cf8a9ee930d18b
- Parents:
- e48054420f3b08092bdc82ec27f35dadd698c988
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/texi2html
re480544 r3de58c 37 37 38 38 # CVS version: 39 # $Id: texi2html,v 1.1 0 2000-08-16 14:24:09 obachmanExp $39 # $Id: texi2html,v 1.11 2001-08-27 14:40:10 Singular Exp $ 40 40 41 41 # Homepage: … … 93 93 # Afterwards, either, load it with command-line option -init_file <your_init_file> 94 94 # 95 # $Id: texi2html,v 1.1 0 2000-08-16 14:24:09 obachmanExp $95 # $Id: texi2html,v 1.11 2001-08-27 14:40:10 Singular Exp $ 96 96 97 97 ###################################################################### … … 1522 1522 # -------------------------------------------------------------------------- 1523 1523 # Locally modified by obachman (Display type instead of env, order by cmp) 1524 # $Id: texi2html,v 1.1 0 2000-08-16 14:24:09 obachmanExp $1524 # $Id: texi2html,v 1.11 2001-08-27 14:40:10 Singular Exp $ 1525 1525 1526 1526 # use strict; … … 5427 5427 $what =~ s/\&\#60;A ([^\&]+)\&\#62;/<A $1>/g; # <A [^&]+> 5428 5428 $what =~ s/\&\#60;IMG ([^\&]+)\&\#62;/<IMG $1>/g; # <IMG [^&]+> 5429 $what =~ s/\&\#38;/\&/g; 5430 $what =~ s/\&\#60;/\</g; 5431 $what =~ s/\&\#62;/\>/g; 5429 5432 return($what); 5430 5433 } … … 5450 5453 $what =~ s/\&\#60;/\</g; 5451 5454 $what =~ s/\&\#62;/\>/g; 5455 $what =~ s/\&/\&/g; 5456 $what =~ s/\</\</g; 5457 $what =~ s/\>/\>/g; 5452 5458 return($what); 5453 5459 }
Note: See TracChangeset
for help on using the changeset viewer.