Skip to content

Commit f027356

Browse files
committed
Fixed charset warnings from W3C validator.
1 parent 27b2f85 commit f027356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

download/.header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="stylesheet" type="text/css" href="../styles/diffpy.css" >
77
<title>DiffPy releases</title>
88
<link rel="shortcut icon" type="image/x-icon" href="../images/diffpy_icon.ico">
9-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1010
</head>
1111

1212
<body>

packages/.header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="stylesheet" type="text/css" href="../styles/diffpy.css" >
77
<title>DiffPy package repository</title>
88
<link rel="shortcut icon" type="image/x-icon" href="../images/diffpy_icon.ico">
9-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1010
</head>
1111

1212
<body>

0 commit comments

Comments
 (0)