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>";
}
}