Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 004b14c

Browse files
committed
Updated html tags
1 parent 8e0f65b commit 004b14c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/reporters/ut_coverage_report_html_helper.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function get_details_file_content(a_object_id varchar2, a_unit ut_object_name, a
308308
'</title>' || '<meta http-equiv="content-type" content="text/html; charset=utf-8" />' ||
309309
'<script src=''' || a_assets_path || 'application.js'' type=''text/javascript''></script>' ||
310310
'<link href=''' || a_assets_path ||
311-
'application.css'' media=''screen, projection, print'' rel=''stylesheet'' type=''text/css''>' ||
311+
'application.css'' media=''screen, projection, print'' rel=''stylesheet'' type=''text/css''/>' ||
312312
'<link rel="shortcut icon" type="image/png" href="' || a_assets_path || 'favicon_' ||
313313
coverage_css_class(l_coverage_pct) || '.png" />' || '<link rel="icon" type="image/png" href="' ||
314314
a_assets_path || 'favicon_' || coverage_css_class(l_coverage_pct) || '.png" />' || '</head>' ||
@@ -339,7 +339,7 @@ function get_details_file_content(a_object_id varchar2, a_unit ut_object_name, a
339339
l_unit := a_coverage_data.objects.next(l_unit);
340340
end loop;
341341

342-
l_file_part := '</div></div></body></html>';
342+
l_file_part := '</div></div></div></body></html>';
343343

344344
ut_utils.append_to_clob(l_result, l_file_part);
345345
return l_result;

0 commit comments

Comments
 (0)