Index: /CKTester/runners/yuitest/test.js
===================================================================
--- /CKTester/runners/yuitest/test.js	(revision 4408)
+++ /CKTester/runners/yuitest/test.js	(revision 4409)
@@ -84,5 +84,5 @@
 		}
 
-		html = html.replace( /<\w[^>]*/g, function( match )
+		html = html.replace( /<\w[^>\/]*/g, function( match )
 			{
 				var attribs = [];
@@ -136,5 +136,5 @@
 				{
 					ret += ' ' + attribs[i][0] + '=';
-					ret += (/^["']/).test( attribs[i][1] ) ? attribs[i][1] : '"' + attribs[i][1] + '"';
+					ret += ( /^["']/ ).test( attribs[i][1] ) ? attribs[i][1] : '"' + attribs[i][1] + '"';
 				}
 
