Revision 116:d96c71b8309d WebContent/WEB-INF/validator-custom-rules.xml

View differences:

WebContent/WEB-INF/validator-custom-rules.xml
7425 7425

  
7426 7426
								if (!(code == 32 || 
7427 7427
										code == 64 || 
7428
											code == 46 || code >= 47 ||
7428
											code == 46 || code == 47 ||
7429 7429
											 (code >= 65 && code <= 90) || 
7430 7430
											 	(code >= 97 && code <= 122)))
7431
											 	
7431 7432
								{
7432 7433
									if (i == 0)
7433 7434
			                        {

Also available in: Unified diff