tr_fixltgt -- fix E<lt> and E<gt> in text parts of html files to become &lt; and &gt;


NAME

tr_fixltgt -- fix < and > in text parts of html files to become &lt; and &gt;


SYNOPSIS

 tr_fixltgt [-hpv]  html-files


DESCRIPTION

tr_fixltgt opens all files listed on the command line and edits these files. It will fix < and > in text parts (not in Tags) and change them to &lt; and &gt;. This works of course only where the < and > are recognized as misplaced.

File access permissions are preserved.


OPTIONS

-h short help

-p print to stdout and do not modify any files.

-v show only what would be changed but do not change anything


EXAMPLE

tr_fixltgt -v index.html or to really change the file: tr_fixltgt index.html


AUTHOR

tr_fixltgt is part of the HTML::TagReader package and was written by Guido Socher [guido(at)linuxfocus.org]

 tr_fixltgt -- fix E<lt> and E<gt> in text parts of html files to become &lt; and &gt;