HTML character encoding is now explicitly specified as utf-8
This resolves display issues that may result from using UTF-8 chars in commit messages.master
parent
d117372ea9
commit
e0f32a9228
|
@ -3,6 +3,7 @@ cat <<EOF
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>$subject</title>
|
||||
$( [ -n "$html_external_css" ] \
|
||||
&& printf '<link rel="stylesheet" type="text/css" href="%s" />' \
|
||||
|
|
Loading…
Reference in New Issue