[richfaces-svn-commits] JBoss Rich Faces SVN: r5481 - trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 21 04:02:40 EST 2008


Author: abelevich
Date: 2008-01-21 04:02:40 -0500 (Mon, 21 Jan 2008)
New Revision: 5481

Modified:
   trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:


Modified: trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
--- trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-01-19 02:52:39 UTC (rev 5480)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-01-21 09:02:40 UTC (rev 5481)
@@ -648,7 +648,7 @@
 	},
 	
 	createItem : function(text, className) {
-		return "<span class=" + className+ ">" + text + "</span>";
+		return "<span class=\"" + className+ "\">" + text + "</span>";
 	}
 }
 




More information about the richfaces-svn-commits mailing list