AAAAhome/academiac/www/libraries/joomla/html/parameter/element/text.php 0000644 00000003222 15137262510 0021517 0 ustar 00 attributes('size') ? 'size="' . $node->attributes('size') . '"' : '');
$class = ($node->attributes('class') ? 'class="' . $node->attributes('class') . '"' : 'class="text_area"');
// Required to avoid a cycle of encoding &
$value = htmlspecialchars(htmlspecialchars_decode($value, ENT_QUOTES), ENT_QUOTES, 'UTF-8');
return '';
}
}