Changeset 845

Show
Ignore:
Timestamp:
04/17/07 10:35:18
Author:
mylan
Message:

Add squared brackets around current page in navigation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • SimpleBlog/branches/optimizations/skins/SimpleBlog/blog_navigation_macros.pt

    r844 r845  
    4747           tal:define="page python:linklist[0]; 
    4848                       query python:linklist[1];" 
    49            tal:content="page
     49           tal:content="python:test(query,page,'[%s]'%page)
    5050           tal:attributes="href python: '%s?%s' % (url,query)" 
    5151           tal:omit-tag="not:query" >