This commit is contained in:
wyd621
2013-10-31 07:38:53 +00:00
parent 47a5ae0be4
commit 70c5d9b230
+1 -1
View File
@@ -54,7 +54,7 @@ $.extend(
var i = triggered.push(false);
/* Create the error message. */
var errorMSG = '<div id="' + errorLabel + '" class="text-error">';
var errorMSG = '<div id="' + errorLabel + '" class="text-error red">';
errorMSG += $.type(value) == 'string' ? value : value.join(';');
errorMSG += '</div>';