FIRST WORKING VERSION
diff --git a/js/test-request-data.html b/js/test-request-data.html
index 11a69b0..65dd8c1 100644
--- a/js/test-request-data.html
+++ b/js/test-request-data.html
@@ -160,12 +160,10 @@
 					 

 					

 					output += "DER Certificate: "+publickey ;

-					

+			

 					output+= "<br />";

 					output+= "<br />";

 					

-					

-

 					if(LOG>2) console.log(" ContentName + SignedInfo + Content = "+input);

 					if(LOG>2) console.log(" PublicKey = "+publickey );

 					if(LOG>2) console.log(" PublicKeyHex = "+publickeyHex );