Changeset 4112

Show
Ignore:
Timestamp:
08/04/08 07:38:19 (4 months ago)
Author:
k0s
Message:

unmark the colspan attribute from the "../" link; fixes #3202

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • svnurlsplugin/0.11/svnurls/svnurls.py

    r4104 r4112  
    6969            stream |= Transformer(xpath).after(tag.th('URL', **{'class': "url"})) 
    7070 
     71            if 'up' in data['chrome']['links']: 
     72                stream |= Transformer(xpath_prefix + "//td[@colspan='5']").attr('colspan', None) 
     73 
    7174            # add table cells 
    7275            stream = self.dir_entries(req, stream, data, xpath_prefix)