Description
I want to write an own formatter, so I started with an empty one (similar to pagelink.py, but with pagelink=null). Then I created a WikiPage with only one drawing (TWiki-Java-Plugin). When I now format that page with my new formatter I get the following output:
<a title="Edit drawing " href="/"></a>
Steps to reproduce
- create an empty page
- add a TWiki-Drawing
- create a new formatter with all subs=null (similar too pagelink.py)
- format the page with the new formatter
Details
MoinMoin Version |
1.3.5 |
OS and Version |
Windows-XP |
Python Version |
2.4.1 |
Server Setup |
standalone |
Server Details |
|
Workaround
For a quick fix, you have to add a formatter kwarg (and pass self.formatter) to the linktag call in the wiki.py file.
Discussion
Plan
- Priority:
- Assigned to:
- Status: should be fixed in 1.5