##// END OF EJS Templates
Missing closing tag (#3177)....
Jean-Philippe Lang -
r12777:5b8a96472f71
parent child
Show More
@@ -14,7 +14,7
14 </tr>
14 </tr>
15 <% end %>
15 <% end %>
16 </table>
16 </table>
17 <p><a href="#" id="check-for-updates"><%= l(:label_check_for_updates) %></a>
17 <p><a href="#" id="check-for-updates"><%= l(:label_check_for_updates) %></a></p>
18 <% else %>
18 <% else %>
19 <p class="nodata"><%= l(:label_no_data) %></p>
19 <p class="nodata"><%= l(:label_no_data) %></p>
20 <% end %>
20 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now