Author: sevein
Date: Mon Aug 13 15:41:01 2012
New Revision: 12086
Log:
Use esc_entities just in case
Modified:
trunk/lib/helper/QubitHelper.php
Modified: trunk/lib/helper/QubitHelper.php
==============================================================================
--- trunk/lib/helper/QubitHelper.php Mon Aug 13 15:40:19 2012 (r12085)
+++ trunk/lib/helper/QubitHelper.php Mon Aug 13 15:41:01 2012 (r12086)
@@ -182,7 +182,7 @@
// Add data-xhr-location if exists
if (isset($options['xhr-location']))
{
- $node .= ' data-xhr-location="'.$options['xhr-location'].'"';
+ $node .= ' data-xhr-location="'.esc_entities($options['xhr-location']).'"';
}
if ($item instanceof QubitInformationObject)
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.