Changes between Initial Version and Version 2 of Ticket #12803


Ignore:
Timestamp:
Jun 27, 2016, 12:49:18 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12803

    • Property Cc wolph@… added
    • Property Type changed from defect to enhancement
  • Ticket #12803 – Description

    initial v2  
    1 By simply adding `[[` and `]]` to line 216 in macros.py: https://trac-hacks.org/browser/wantedpagesmacro/trunk/wantedpages/macro.py#L216
     1By simply adding `[[` and `]]` to line 216 in macros.py: [browser:wantedpagesmacro/trunk/wantedpages/macro.py@14534#L216]
    22
    33All referrers will be shown as links.
    44
    5 {{{
     5{{{#!python
    66                        _data = _data + "||[[%s]]" % _name
    77}}}