1
0
Fork 0

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
Mike Gerwitz 2013-05-23 19:52:07 -04:00
parent d117372ea9
commit e0f32a9228
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 2 additions and 0 deletions

View File

@ -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" />' \

View File

@ -3,6 +3,7 @@ cat <<EOH
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="alternate" title="RSS Feed"
href="rss.xml" type="application/rss+xml" />
$( [ -n "$html_external_css" ] \