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> ?
Actions