* Hacky fix for PHPTAL 0.7 bug to be consistent with PHPTAL 1.0 (${foo} interpolation...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 27 Sep 2004 03:05:20 +0000 (03:05 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 27 Sep 2004 03:05:20 +0000 (03:05 +0000)
commitefaa653426b9ddb5244c60e4af12d71ecf8f3850
tree585445159a610de81ca3b1f374c8f9145a7df630
parentf0610d0f6753acd68046cc76e432490b41f5aa2d
* Hacky fix for PHPTAL 0.7 bug to be consistent with PHPTAL 1.0 (${foo} interpolations not escaped)
* Switch usercss & userjs bits due to above; SkinPHPTal now sets them _with_ the CDATA markers, as PHPTAL seems unwilling to recognize XML tags with tal: bits on them inside a CDATA section in the template (though oddly enough it interpreted the ${bits} just fine!)
PHPTAL-NP-0.7.0/libs/PHPTAL/ExpressionFunctions.php
includes/SkinPHPTal.php
skins/MonoBook.pt