~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/macro/Action.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        _kwargs['action'] = action
40
40
        url = page.url(macro.request, querystr=_kwargs)
41
41
        return ''.join([
42
 
            macro.formatter.url(1, url, css='action'),
 
42
            macro.formatter.url(1, url),
43
43
            macro.formatter.text(text),
44
44
            macro.formatter.url(0),
45
45
        ])