Changeset 10029

Show
Ignore:
Timestamp:
07/25/08 12:50:56 (2 months ago)
Author:
steve-e
Message:

Fix wrong paranthesis. Fixes #4137

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/htmltextview.py

    r10028 r10029  
    565565                                f = urllib2.urlopen(attrs['src'])  
    566566                        except Exception, ex:  
    567                                 gajim.log.debug('Error loading image %s ' % attrs['src']  + str(ex))) 
     567                                gajim.log.debug('Error loading image %s ' % attrs['src']  + str(ex)) 
    568568                                pixbuf = None  
    569569                                alt = attrs.get('alt', 'Broken image')