Modify ↓
Opened 18 years ago
Closed 15 years ago
#1774 closed defect (worksforme)
No attribute reder_macro error ?
| Reported by: | tizb | Owned by: | rlotun |
|---|---|---|---|
| Priority: | normal | Component: | TracMathPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Not sure, but adding
def render_macro(self, req, name, content):
return self.internal_render(req, name, content)
fixes it.
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 15 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



This seems to work in the current version.