Changeset 4800

Show
Ignore:
Timestamp:
11/14/08 09:24:43 (2 months ago)
Author:
martin_s
Message:
tracgooglemap/macro.py
Fixed missing word and added correct table style.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • googlemapmacro/dev/0.11/tracgooglemap/macro.py

    r4799 r4800  
    214214                if not 'address' in kwargs: 
    215215                    kwargs['address'] = arg 
    216         if 'from' in kwargs and not 'address' kwargs and not 'center' in kwargs: 
     216        if 'from' in kwargs and not 'address' in kwargs and not 'center' in kwargs: 
    217217            arg = unicode(kwargs['from']) 
    218218            if _reCOORDS.match(arg): 
     
    434434                                        class_ = 'tracgooglemap-directions', 
    435435                                        id     = 'tracgooglemap-directions-%s' % count 
    436                                     ) 
     436                                    ), 
     437                                    style="vertical-align:top;", 
    437438                                ), 
    438439                                tag.td( 
    439                                     mapdiv 
     440                                    mapdiv, 
     441                                    style="vertical-align:top;", 
    440442                                ) 
    441443                            ),