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 7239556c764d05c1f877183dd9fed5b672a4f26a..e6d46f194d04b8a9ed162ffb23135449864ada84 100644
(file)
--- a/
web/logo.html
+++ b/
web/logo.html
@@
-1,15
+1,21
@@
+<?php
+// 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">
<tr>
<th>
<head>
<body bgcolor="FFFFCC">
<table align="center" width="100%" bgcolor="FFFFFF">
<tr>
<th>
- <img src="ccan.jpg" width="250" height="80">
+ <img src="
<?=$url_prefix?>
ccan.jpg" width="250" height="80">
</th>
<th>
</th>
<th>
- <h1>Comprehensive C Archi
e
ve Network <h1>
+ <h1>Comprehensive C Archive Network <h1>
</th>
</tr>
</th>
</tr>
-</table>
\ No newline at end of file
+</table>