Skip to content

Commit ac52eb9

Browse files
committed
Buf fix
1 parent 6db14ad commit ac52eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read_text(path):
88

99
def inline_assets(html, css, js):
1010
compilation_time = datetime.datetime.now().astimezone(pytz.timezone('Europe/Warsaw')).strftime("%Y-%m-%d %H:%M")
11-
html = html.replace(f'<span id="tool-version"></span>', f'<span id="tool-version">compiled on {compilation_time}<strong></strong></span>')
11+
html = html.replace(f'<span id="tool-version"></span>', f'<span id="tool-version">compiled on <strong>{compilation_time}</strong></span>')
1212
html = html.replace(f'<link rel="stylesheet" href="style.css">', f'')
1313
html = html.replace(f'</head>', f'<style>\n{css}\n</style>\n</head>')
1414
html = html.replace(f'<script src="app.js"></script>', f'')

0 commit comments

Comments
 (0)