Modify ↓
#9520 closed defect (fixed)
Pluign´s information - Incorrect URL
| Reported by: | Adrian Fritz | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | lowest | Component: | WikiTableMacro |
| Severity: | trivial | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
Line 13 from browser/wikitablemacro/0.11/setup.py file
is set to:
url = 'http://trac-hacks.org/wiki/ProgressMeterMacro',and must be:
url = 'http://trac-hacks.org/wiki/WikiTableMacro',
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
(In [10997]) Fixes #9520: Fixed incorrect URL in setup.py. Thanks to AdrianFritz for the report.
Note: See
TracTickets for help on using
tickets.



Thanks for the report. I'll fix it now.