summaryrefslogtreecommitdiff
path: root/www/p5-HTML-PrettyPrinter
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /www/p5-HTML-PrettyPrinter
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'www/p5-HTML-PrettyPrinter')
-rw-r--r--www/p5-HTML-PrettyPrinter/DESCR12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-HTML-PrettyPrinter/DESCR b/www/p5-HTML-PrettyPrinter/DESCR
index 6026af6cd71..ddba4659897 100644
--- a/www/p5-HTML-PrettyPrinter/DESCR
+++ b/www/p5-HTML-PrettyPrinter/DESCR
@@ -1,8 +1,8 @@
-A module for generating nice looking HTML files from HTML trees.
-It is especially usefull if the produced HTML file shall be read
-or edited manually afterwards. Various parameters let you adapt
+A module for generating nice looking HTML files from HTML trees.
+It is especially usefull if the produced HTML file shall be read
+or edited manually afterwards. Various parameters let you adapt
the output to different styles and requirements.
-
-If you don't care how the HTML source looks like as long as it is
-valid and readable by browsers, you should use the as_HTML() method
+
+If you don't care how the HTML source looks like as long as it is
+valid and readable by browsers, you should use the as_HTML() method
of HTML::Element instead of the pretty printer.