Skip to content

Commit

Permalink
Use valid charset in Content-Type in HTML output
Browse files Browse the repository at this point in the history
See ISO 10646:2017 etc.

Signed-off-by: Takuya Noguchi <[email protected]>
  • Loading branch information
tnir authored and apjanke committed Dec 31, 2022
1 parent 5c3da40 commit e125abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ronn/template/default.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='content-type' content='text/html;charset=utf8'>
<meta http-equiv='content-type' content='text/html;charset=utf-8'>
<meta name='generator' content='{{ generator }}'>
<title>{{ title }}</title>
{{{ stylesheet_tags }}}
Expand Down

0 comments on commit e125abe

Please sign in to comment.