Skip to content
  • beidson's avatar
    Reviewed by Darin · bad2b6fd
    beidson authored
            Append FTP row entries to the first TBODY instead of the TABLE element itself, 
            as many TABLE elements end up with an implicit TBODY and that's where most people would
            expect it to be added.
    
            * html/HTMLTableElement.h:
            (WebCore::HTMLTableElement::firstTBody): Added this accessor
    
            * loader/FTPDirectoryDocument.cpp:
            (WebCore::FTPDirectoryTokenizer::appendEntry): Add to the first tbody if it exists
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@24340 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    bad2b6fd