[4605] trunk/htdocs/system/admin/formcontrols/tabcontrol_text.php: Whoops, $helptext isn't an attribute, we don't want to escape everything.

0 views
Skip to first unread message

svn-N...@habariproject.org

unread,
Nov 21, 2010, 4:47:25 PM11/21/10
to habar...@googlegroups.com
Revision
4605
Author
chrismeller
Date
2010-11-21 21:47:23 +0000 (Sun, 21 Nov 2010)

Log Message

Whoops, $helptext isn't an attribute, we don't want to escape everything.

Modified Paths

Diff

Modified: trunk/htdocs/system/admin/formcontrols/tabcontrol_text.php (4604 => 4605)


--- 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
 			}
 		
Reply all
Reply to author
Forward
0 new messages