Skip to content

Commit

Permalink
removed obsolete './'
Browse files Browse the repository at this point in the history
  • Loading branch information
qtzar committed Oct 11, 2023
1 parent 716d591 commit 66dea3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private fun HTML.headFragment(viewModel: PageViewModel) {
autoReloadScript(viewModel)

if (viewModel.customStylesheet.includeCustomStylesheet)
link(rel = "stylesheet", href = "./" + viewModel.customStylesheet.resourceURI)
link(rel = "stylesheet", href = viewModel.customStylesheet.resourceURI)
}
}

Expand Down

0 comments on commit 66dea3d

Please sign in to comment.