Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 35 → Rev 36

/trunk/features.class.php
545,9 → 545,8
{
?><script type="text/javascript">
// <![CDATA[
var s = test(<?php echo $ver; ?>,
'<input title="Supported" name="<?php echo htmlspecialchars($this->title, ENT_COMPAT, FEATURES_ENCODING); ?>" value="+" readonly>',
'<input title="Not supported" name="<?php echo htmlspecialchars($this->title, ENT_COMPAT, FEATURES_ENCODING); ?>" value="&#8722;" readonly>');
var s = test(<?php echo $ver; ?>, '<span title="Supported">+<\/span>',
'<span title="Not supported">&#8722;<\/span>');
jsx.tryThis("document.write(s);",
"document.getElementById('<?php echo $id; ?>').appendChild("
+ "document.createTextNode(s));");