2002/06/17 06:44:45
[org.ibex.core.git] / 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);