From 4078c7b50c8dd1b6326e340c3ca0329f1887cae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacobo=20Aragunde=20P=C3=A9rez?= Date: Thu, 5 Jul 2018 14:05:57 +0200 Subject: [PATCH 1/3] [#343] Fix some HTML validation errors. * Add DOCTYPE. * Add root tag. * Do not use deprecated . * Add compulsory "alt" attribute to tags. --- web/include/footer.php | 3 ++- web/include/header.php | 4 +++- web/include/menubar.php | 8 ++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/web/include/footer.php b/web/include/footer.php index 689b89605..0b79e2dc4 100644 --- a/web/include/footer.php +++ b/web/include/footer.php @@ -24,4 +24,5 @@ - \ No newline at end of file + + diff --git a/web/include/header.php b/web/include/header.php index 4ec313314..49dcab410 100644 --- a/web/include/header.php +++ b/web/include/header.php @@ -20,8 +20,10 @@ header('Content-Type: text/html; charset=UTF-8'); ?> - + + + <?php echo PAGE_TITLE; ?> diff --git a/web/include/menubar.php b/web/include/menubar.php index 3bd385cfb..f8b0b3c54 100644 --- a/web/include/menubar.php +++ b/web/include/menubar.php @@ -27,7 +27,7 @@