HTML entities such as
Code:
Quotation [b]"[/b] "
Ampersand [b]&[/b] &
Less-than sign [b]<[/b] <
Greater-than sign [b]>[/b] >
are better to use in templates and language strings as they are browser friendly.
So I change content of the template.htm and the en.php to meet my needs. When I enter the web environment of CMSimple, the entities are not shown in the
Edit language and
Edit template pages. Instead, only the symbols are shown. No problem up to here. But when I make a change through the
web environment to these files and hit
Save, the entities are replaced by the symbols.
Please correct this bug because its really annoying. Is there any way to avoid HTML formating when displaying the contents of a file through PHP?