[Fusionforge-commits] r13683 - trunk/src/www/include

Franck VILLAUME nerville at fusionforge.org
Tue Jul 5 11:11:04 CEST 2011


Author: nerville
Date: 2011-07-05 11:11:04 +0200 (Tue, 05 Jul 2011)
New Revision: 13683

Modified:
   trunk/src/www/include/trove.php
Log:
fix label: util_html_secure displayed not executed

Modified: trunk/src/www/include/trove.php
===================================================================
--- trunk/src/www/include/trove.php	2011-07-05 08:50:23 UTC (rev 13682)
+++ trunk/src/www/include/trove.php	2011-07-05 09:11:04 UTC (rev 13683)
@@ -224,7 +224,7 @@
  * @param		string	THe select-box name
  */
 function trove_catselectfull($node,$selected,$name, $title='') {
-	print "<br /><select class=\"trove-nodes\" name=\"$name\" title=\"util_html_secure($title)\">";
+	print '<br /><select class="trove-nodes" name="'.$name.'" title="'.util_html_secure($title).'">';
 	print '  <option value="0">'._('None Selected')."</option>\n";
 	$res_cat = db_query_params ('
 		SELECT trove_cat_id,fullpath




More information about the Fusionforge-commits mailing list