Skip to content

Commit d14568d

Browse files
committed
fixes #43
1 parent c33bae0 commit d14568d

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/com/aventstack/extentreports/view/spark/partials

1 file changed

+1
-1
lines changed

src/main/resources/com/aventstack/extentreports/view/spark/partials/head.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
<link rel="shortcut icon" href="https://${cdnURI}${iconcommit}/commons/img/logo.png">
1212
<link href="https://${cdnURI}${csscommit}/spark/css/style.css" rel="stylesheet" />
1313
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
14-
<style><#include "../../commons/commons-inject-css.ftl"></style>
14+
<#include "../../commons/commons-inject-css.ftl">
1515
</head>

0 commit comments

Comments
 (0)