diff --git a/www/batchval.js b/www/batchval.js
index 1c1fd20bbd563db9250aa4d7ca733ac636292286..8bea2e485894ad0f57306a60fff0296ba9040b02 100644
--- a/www/batchval.js
+++ b/www/batchval.js
@@ -15,7 +15,7 @@ function validateAll()
 
 function validateInvalid()
 {
-	WDN.jQuery('.false .uri').each(function(){
+	WDN.jQuery('.false .uri, .unknown .uri').each(function(){
 		// Grab the URI
 		var uri = WDN.jQuery(this).html();