Skip to content

Commit 2359b2a

Browse files
committed
fixes #33
1 parent d29f175 commit 2359b2a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/main/resources/com/aventstack/extentreports/view/spark/dashboard.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!DOCTYPE html>
3434
<html>
3535
<#include "partials/head.ftl">
36-
<body class="dashboard-view @Model.MasterConfig.GetValue("theme")">
36+
<body class="dashboard-view ${theme}">
3737
<div class="app header-dark side-nav-folded">
3838
<div class="layout">
3939
<#include "partials/navbar.ftl">

0 commit comments

Comments
 (0)