Skip to content

Commit

Permalink
Fix indentation of head HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackaberry committed Sep 15, 2023
1 parent 8d548c6 commit 5e7a73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/head.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>{title}</title>
<link href="{root}prism.css?{version}" rel="stylesheet" />
<link href="{root}prism.css?{version}" rel="stylesheet" />
<link rel="stylesheet" href="{root}luadox.css?{version}" type="text/css">
{head}
</head>
<body class="{bodyclass}">
<body class="{bodyclass}">

0 comments on commit 5e7a73b

Please sign in to comment.