Whoops, $helptext isn't an attribute, we don't want to escape everything.
--- trunk/htdocs/system/admin/formcontrols/tabcontrol_text.php 2010-11-21 21:45:05 UTC (rev 4604)
+++ trunk/htdocs/system/admin/formcontrols/tabcontrol_text.php 2010-11-21 21:47:23 UTC (rev 4605)
@@ -7,7 +7,7 @@
if ( isset( $helptext ) && !empty( $helptext ) ) {
?>
- <span class="helptext"><?php echo Utils::htmlspecialchars( $helptext ); ?></span>
+ <span class="helptext"><?php echo $helptext; ?></span>
<?php
}