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>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
<title>$subject</title>
|
<title>$subject</title>
|
||||||
$( [ -n "$html_external_css" ] \
|
$( [ -n "$html_external_css" ] \
|
||||||
&& printf '<link rel="stylesheet" type="text/css" href="%s" />' \
|
&& printf '<link rel="stylesheet" type="text/css" href="%s" />' \
|
||||||
|
|
|
@ -3,6 +3,7 @@ cat <<EOH
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
<link rel="alternate" title="RSS Feed"
|
<link rel="alternate" title="RSS Feed"
|
||||||
href="rss.xml" type="application/rss+xml" />
|
href="rss.xml" type="application/rss+xml" />
|
||||||
$( [ -n "$html_external_css" ] \
|
$( [ -n "$html_external_css" ] \
|
||||||
|
|
Loading…
Reference in New Issue