Termination of templates rendering
Posted: Fri Apr 01, 2011 2:04 pm
Maybe it's bug, maybe not. But, anyway, I was surprised
During testing of event_relatedlinks I wrote slightly modified template
(note russian text inside HTML-comment) and forgot to save as UTF8-file, leave it with default windows-encoding.
When I saw at created page, I can to see only "<!-- " as text on page instead of full template.
I suppose, it's bad style, butnot sure can it be avoided
During testing of event_relatedlinks I wrote slightly modified template
Code: Select all
<!-- 24 марта 2011 г. 2:39:01 relatedlinks start -->
<h4 class="serendipity_relatedlinks serendipity_title">{$plugin_relatedentries_html_intro}</h4>
...
When I saw at created page, I can to see only "<!-- " as text on page instead of full template.
I suppose, it's bad style, butnot sure can it be avoided