Changeset 3879

Show
Ignore:
Timestamp:
06/21/08 10:40:43 (2 months ago)
Author:
athomas
Message:

Implement the tag microformat, thanks to dgynn for the idea. Fixed in #2708.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tagsplugin/trunk/tractags/wiki.py

    r3877 r3879  
    103103            anchor = render_resource_link(self.env, 
    104104                Context.from_request(req, resource), resource) 
     105            anchor = anchor(rel='tag') 
    105106            li.append(tag.li(anchor, ' ')) 
    106107