Actions
Defect #1734
closedA minor code error in views\wiki\history.html
Start date:
2008-08-02
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
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> ?
Updated by Jean-Philippe Lang about 16 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.
Actions