Changeset 471


Ignore:
Timestamp:
09/22/08 09:24:42 (5 years ago)
Author:
dgynn
Message:

changed class on the taggedItemsTOC macro div to 'sidebarbox'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/oforgeplugin/oforge/macros.py

    r114 r471  
    223223                                        resource, 'summary') 
    224224 
    225         div = html.div(class_="taggedItemsTOC") 
     225        div = html.div(class_="sidebarbox") 
    226226        for arg in content.split(','): 
    227227            arg2 = arg.split(':') 
Note: See TracChangeset for help on using the changeset viewer.