AAAAhome/academiac/www/libraries/joomla/html/parameter/element/text.php000064400000003222151372625100021517 0ustar00attributes('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 ''; } }