Make Single Space Indented Paras formatted as pre text ===================================================== Purpose ------- To make single space indented paras in webmake formatted as pre enclosed blocks rather than blockquote, which is still done for tab indented or when more than one space is used How to Apply ------------ get webmake release 0.5 (e.g. http://webmake.taint.org/devel/) tar xvzf HTML-WebMake-0.5.tar.gz cd HTML-WebMake-0.5 patch -p1 < ../file.patch (or whatever you called it) perl Makefile.PL make Modified Files -------------- ./lib/Text/EtText/EtText2HTML.pm Caolan McNamara (2000)