projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
de529ec
)
results2html: Declare character encoding for index.html.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 17 Sep 2017 17:08:21 +0000
(10:08 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 17 Sep 2017 17:08:21 +0000
(10:08 -0700)
results2html
patch
|
blob
|
history
diff --git
a/results2html
b/results2html
index 988b1e26724566a60c810a330d7be6ac93ba86c2..b330c871abbdae8a74df08a6fa36cb5d52eb6c3b 100755
(executable)
--- a/
results2html
+++ b/
results2html
@@
-151,6
+151,7
@@
open (INDEX, '>','index.html');
print INDEX <<EOF;
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="build.css">
</head>
<body>