Modify ↓
Opened 2 years ago
Closed 2 years ago
#14223 closed defect (fixed)
Bad Jinja2 template
| Reported by: | Alexey | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | BookmarkPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
In Jinja2 template added in [18181] missed braces in source:bookmarkplugin/trunk/tracbookmark/templates/bookmark_list_jinja.html#L22 must be
<li><a class="${bookmark.class_}" href="${bookmark.href}">
Attachments (0)
Change History (2)
comment:1 Changed 2 years ago by
| Owner: | changed from yosiyuki to Ryan J Ollos |
|---|---|
| Status: | new → accepted |
comment:2 Changed 2 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.



In 18549: