Skip to content

Commit

Permalink
fix: add hypen on utf-8 (#2)
Browse files Browse the repository at this point in the history
fixes #1
  • Loading branch information
arnoweiss authored Jun 6, 2024
1 parent 8b1a346 commit 3e6115a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown_to_respec.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def head(respec_config):
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<meta charset="utf-8">
<title>{respec_config['title']}</title>
<script src="{respec_config['respec_js']}" class="remove" defer ></script>
<script class="remove">
Expand Down

0 comments on commit 3e6115a

Please sign in to comment.