Ignore:
Timestamp:
Mar 10, 2010 1:50:35 PM (14 years ago)
Author:
liebster
Message:

Revert 2726 to 2589 commits for tagging plone-3 compatible version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/browser/widget.py

    r1861 r1871  
    2121            kwargs['maxlength'] = self.displayMaxWidth # TODO This is untested. 
    2222 
    23         return u"""%s%s""" % \ 
    24             (renderElement(self.tag, **kwargs), captcha.image_tag()) 
     23        return u"""<div class="captchaImage">%s</div>%s""" % \ 
     24            (captcha.image_tag(), renderElement(self.tag, **kwargs)) 
    2525 
    2626    def _toFieldValue(self, input): 
Note: See TracChangeset for help on using the changeset viewer.