Commit 17f41838d693a72a04206ebe673032bb62e2cb4e
1 parent
8cc6b088
Exists in
master
and in
29 other branches
[Mezuro] removed missed html tag in _project_result
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/views/mezuro_plugin_project/_project_result.rhtml
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | </tr> |
21 | 21 | <tr> |
22 | 22 | <td>Click to choose specific date:</td> |
23 | - <td><%= link_to(image_tag('/images/calendar_date_select/calendar.png', :width => 20, :height => 20, :onClick => "$( 'datepicker' ).toggle();"), "javascript:void(0)") %></p></td> | |
23 | + <td><%= link_to(image_tag('/images/calendar_date_select/calendar.png', :width => 20, :height => 20, :onClick => "$( 'datepicker' ).toggle();"), "javascript:void(0)") %></td> | |
24 | 24 | </tr> |
25 | 25 | </table> |
26 | 26 | ... | ... |