@@ -241,7 +241,7 @@ function get_details_file_content(a_object_id varchar2, a_unit ut_object_name, a
241241 '<span class="' ||line_hits_css_class(executions_per_line(a_coverage.executions
242242 ,a_coverage.uncovered_lines + a_coverage.covered_lines)) || '">' ||
243243 executions_per_line(a_coverage.executions, a_coverage.uncovered_lines + a_coverage.covered_lines)
244- || '</span></span> hits/line)</h2>' || '<a name=" ' || l_id || '"></a>' || '<div><b>' ||
244+ || '</span></span> hits/line)</h2>' || '<a id="a_ ' || l_id || '"></a>' || '<div><b>' ||
245245 a_coverage.objects.count || '</b> files in total. </div><div>' || '<b>' ||
246246 (a_coverage.uncovered_lines + a_coverage.covered_lines)
247247 || '</b> relevant lines. ' || '<span class="green"><b>' || a_coverage.covered_lines ||
@@ -306,9 +306,9 @@ function get_details_file_content(a_object_id varchar2, a_unit ut_object_name, a
306306 --TODO - build main file containing total run data and per schema data
307307 l_file_part := '<!DOCTYPE html><html xmlns=''http://www.w3.org/1999/xhtml''><head>' || '<title>' || l_title ||
308308 '</title>' || '<meta http-equiv="content-type" content="text/html; charset=utf-8" />' ||
309- '<script src=''' || a_assets_path || 'application.js'' type=''text/javascript'' ></script>' ||
309+ '<script src=''' || a_assets_path || 'application.js''></script>' ||
310310 '<link href=''' || a_assets_path ||
311- 'application.css'' media=''screen, projection, print'' rel=''stylesheet'' type=''text/css''/>' ||
311+ 'application.css'' media=''screen, 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>' ||
0 commit comments