projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Standards compliance - XML html doctype, charset meta tag.
[ccan]
/
web
/
logo.html
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");
?>
// Pages created in subdirs need ../ appended.
$url_prefix = getenv("URLPREFIX");
?>
+<!doctype html>
<html>
<head>
<html>
<head>
-<title>ccan</title>
+ <meta charset="utf-8">
+ <title>ccan</title>
<head>
<body bgcolor="FFFFCC">
<table align="center" width="100%" bgcolor="FFFFFF">
<head>
<body bgcolor="FFFFCC">
<table align="center" width="100%" bgcolor="FFFFFF">