projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de4b1c
)
Standards compliance - XML html doctype, charset meta tag.
author
Chris McCormick
<chris@mccormick.cx>
Sat, 25 Oct 2014 13:12:27 +0000
(21:12 +0800)
committer
Chris McCormick
<chris@mccormick.cx>
Sat, 25 Oct 2014 13:12:27 +0000
(21:12 +0800)
web/logo.html
patch
|
blob
|
history
diff --git
a/web/logo.html
b/web/logo.html
index 9a15f28a410bc57fe578d850e31667df09123b23..e6d46f194d04b8a9ed162ffb23135449864ada84 100644
(file)
--- a/
web/logo.html
+++ b/
web/logo.html
@@
-2,9
+2,11
@@
// Pages created in subdirs need ../ appended.
$url_prefix = getenv("URLPREFIX");
?>
+<!doctype html>
<html>
<head>
-<title>ccan</title>
+ <meta charset="utf-8">
+ <title>ccan</title>
<head>
<body bgcolor="FFFFCC">
<table align="center" width="100%" bgcolor="FFFFFF">