~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/widget/html.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
        'onreset': None,
309
309
        'onsubmit': None,
310
310
        'target': None,
311
 
        'id': None,
312
311
    }
313
312
    _DEFAULT_ATTRS = {
314
313
        'method': 'POST',
552
551
        'onfocus': None,
553
552
        'size': None,
554
553
        'tabindex': None,
555
 
        'id': None,
556
554
    }
557
555
 
558
556
class SMALL(CompositeElement):