Changes between Version 4 and Version 5 of Charts


Ignore:
Timestamp:
Jan 8, 2007, 11:47:55 AM (18 years ago)
Author:
Nikolaus Schlemm <nikl@…>
Comment:

fixed a small typo

Legend:

Unmodified
Added
Removed
Modified
  • Charts

    v4 v5  
    8585        d.height = int(request['height'])
    8686    if request.has_key('width'):
    87         d.height = int(request['width'])
     87        d.width = int(request['width'])
    8888   
    8989    if request.has_key('numbers'):
Back to Top