2002/06/17 06:44:45
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:48:12 +0000 (06:48 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:48:12 +0000 (06:48 +0000)
darcs-hash:20040130064812-2ba56-c5e0d503368785790bea543ca66dcc4fe11d9238.gz

src/org/xwt/HTML.java

index c8bcc6a..b04b9d1 100644 (file)
@@ -80,7 +80,6 @@ public class HTML {
      *  null.
      */
     private static String parseElement(CharStream cs, JSObject h) throws IOException {
-        
         // scan element name
         while(Character.isSpace(cs.peek())) cs.get();
         String elementName = parseElementName(cs);