Quote:
Originally Posted by Cloud-Warrior
OBK - question - what are the edits to journal.php for?
|
Ryangel's Journal stores your entries and comments with the slashes and some weird HTML encoding still in the table for both the title and the text.
For example: [disable](It\'s warm in here >_>[/disable]
The journal.php edits are done to make these display correctly by stripping the slashes and unencoding the weird HTML stuff on-the-fly. So in the above example, this now shows as:
(It's warm in here >_>)