Defect #1734
A minor code error in views\wiki\history.html
Status: | Closed | Start date: | 2008-08-02 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | 0.8 | |||
Resolution: | Fixed | Affected version: | 0.7.3 |
Description
line 21:
<td class="id"><%= link_to ver.version, :action => 'index', :page => @page.title, :version => ver.version %></th>
maybe the last </th> should be </td> ?
Associated revisions
Fixes non-matching html tag (#1734).
History
#1
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from New to Closed
- Target version set to 0.8
- Affected version (unused) set to 0.7.3
- Resolution set to Fixed
- Affected version set to 0.7.3
Indeed. Fixed in r1714, thanks.