PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Template_Sigma » Bug #6824

cache functionality strips mulitple linefeeds

Details

Submitted2006-02-17 21:54 UTC
Fromemail at noding dot com
StatusBogus
PackageHTML_Template_Sigma
PHP Version5.1.1
OSSlack 10.1
Roadmaps(Not assigned)

Comments

[2006-02-17 21:54 UTC] email at noding dot com

Description:
------------
If constructor is called with $cacheRoot set.

The first time it is called, multiple linefeeds are displayed as in the template.
The second time ( I guess when the cache is used ), some of the linefeeds are removed.

This will normally not be a problem with html but if the template engine is used to produce plain text, it is and i guess it allso will be a problem with blocks inside <pre> tags.