fix issues with W3C validator - cl-yag - Common Lisp Yet Another website Genera… | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit ce03712ffad87a4ec77fa2fb56f2a1a5761ccca4 | |
parent 90c0b0856598602ac56d81dc055f3d17c31da061 | |
Author: Solene Rapenne <[email protected]> | |
Date: Wed, 4 May 2016 11:20:51 +0200 | |
fix issues with W3C validator | |
Diffstat: | |
M template/article.tpl | 2 +- | |
M template/layout.tpl | 2 +- | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/template/article.tpl b/template/article.tpl | |
@@ -2,6 +2,6 @@ | |
<div class="informations"> | |
<b><a href="article-%%Id%%.html"><em>%%Author%%</em> wrote "%%Title%%" on … | |
</div> | |
- <p>%%Text%%</p> | |
+ %%Text%% | |
</div> | |
diff --git a/template/layout.tpl b/template/layout.tpl | |
@@ -1,5 +1,5 @@ | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR… | |
-<html > | |
+<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<link rel="stylesheet" type="text/css" href="static/style.css" /> |