Home » HTML » HTML_Template_Sigma » Bug #6824
cache functionality strips mulitple linefeeds
Details
| Submitted | 2006-02-17 21:54 UTC |
|---|---|
| From | email at noding dot com |
| Status | Bogus |
| Package | HTML_Template_Sigma |
| PHP Version | 5.1.1 |
| OS | Slack 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.