Browse Source

compat check fix.

Nathaniel van Diepen 11 years ago
parent
commit
55437b2e08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -79,7 +79,7 @@
 					msg = '';
 				for(i in checks){
 					if(!Modernizr[checks[i]]){
-						msg += (', ')+checks[i];
+						msg += (msg==''?'':', ')+checks[i];
 					}
 
 				}