diff options
Diffstat (limited to 'template/en/default/reports/components.html.tmpl')
-rw-r--r-- | template/en/default/reports/components.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index 8bc549509..7190883b2 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -55,7 +55,7 @@ [% INCLUDE describe_comp %] [% END %] <tr> - <td colspan='[% numcols %]'> + <td colspan="[% numcols %]"> <hr> </td> </tr> @@ -75,7 +75,7 @@ </td> </tr> <tr> - <td rowspan='2'> + <td rowspan="2"> <a name="[% comp.name FILTER html %]">[% comp.name FILTER html %]</a> </td> <td> |