diff options
| author | Pierre Letouzey | 2014-12-05 16:11:26 +0100 |
|---|---|---|
| committer | Pierre Letouzey | 2014-12-09 12:14:39 +0100 |
| commit | c04159843794f2b1615f033a3ba540fd0bf7f5ea (patch) | |
| tree | a1354e61a0fd2ea9ec38b77eacdeee90608ff357 /doc/common/styles/html/simple/cover.html | |
| parent | 6f47b089934c10c38a5dfb126b5ae62ec9c305a0 (diff) | |
doc: improved xhtml compatibility (cover, header,...)
Diffstat (limited to 'doc/common/styles/html/simple/cover.html')
| -rw-r--r-- | doc/common/styles/html/simple/cover.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/common/styles/html/simple/cover.html b/doc/common/styles/html/simple/cover.html index 7cc20f5824..d34ddd33ae 100644 --- a/doc/common/styles/html/simple/cover.html +++ b/doc/common/styles/html/simple/cover.html @@ -4,11 +4,11 @@ <head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Reference Manual | The Coq Proof Assistant</title> -<link rel="stylesheet" type="text/css" href="style.css"/> -<link rel="stylesheet" type="text/css" href="coqdoc.css"/> +<link rel="stylesheet" type="text/css" href="style.css" /> +<link rel="stylesheet" type="text/css" href="coqdoc.css" /> </head> |
