fix issues with W3C validator - cl-yag - Common Lisp Yet Another website Generator
HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit ce03712ffad87a4ec77fa2fb56f2a1a5761ccca4
DIR parent 90c0b0856598602ac56d81dc055f3d17c31da061
HTML Author: Solene Rapenne <solene@dataswamp.org>
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(-)
---
DIR 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 %%Date%%</a></b>Tags : %%Tags%%
</div>
- <p>%%Text%%</p>
+ %%Text%%
</div>
DIR 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/xhtml1/DTD/xhtml1-strict.dtd">
-<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" />