COMPRESS_HTML
NAME
pragma compress_html
pragma end_compress
DESCRIPTION
When pragma compress_html is set the output of newline is suppress and double spaces are display as single space..
The pragma is valid for the current file only and automatically disable at the end.
You can have multiple compress_html and end_compress within a file.
Usually, javascript is not compress when Javascript is embedded in the page.
This pragma is valid from version 5.82.
The pragma must be preceed by 2 { and a space and finish by a space and 2 }.
SEE ALSO
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>
MODIFICATIONS
1.0 2017-05-03 21:24:14 laplante@sednove.com
Edit