Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-161 now.

Incorrect parse of double quotes in DEFINE (fix completed in vcs)

Double quotes are incorrectly parsed in <!-- DEFINE -->. For example,
Code: Select all
<!-- DEFINE $BLAH = '<a href="blah">blah</a>' -->

is compiled into this:
Code: Select all
$this->_tpldata['DEFINE']['.']['BLAH'] = '<a href=\"blah\">blah</a>';

with double quotes escaped, so when I use {$BLAH} in template html output is this:
Code: Select all
<a href=\"blah\">blah</a>

Comments / History

Linked ticket with changeset: r5844

Action performed by DavidMJ (Former Team Member) on Apr 25th 2006, 03:28

Ticket details

Related SVN changesets