Commit 898c85db3237ae585bd7aa796b6f6cea39570bd0

Authored by João M. M. da Silva + Alessandro Palmeira
Committed by Paulo Meireles
1 parent 924e1f84

[Mezuro] fixing html syntax error

plugins/mezuro/views/content_viewer/_module_result.rhtml
... ... @@ -40,7 +40,7 @@
40 40 <tfoot>
41 41 <tr>
42 42 <td colspan = "1">
43   - <div id='historical-grade'>
  43 + <div id='historical-grade'></div>
44 44 </td>
45 45 <td colspan = "4" align = "right">
46 46 <a href="#" show-grade-history="<%= module_result.module.name %>" >
... ...