From cb6fe83d9c23730c8ad33cc7d75c03c0afd12f65 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Wed, 6 Jun 2018 13:25:07 +0100 Subject: Fix HTML validation issues on and should have a 'lang=""' attribute, and tags are not allowed by the spec. --- html/contact | 4 ++-- html/index.php | 4 ++-- html/privacy | 4 ++-- html/projects/index.html | 4 ++-- rawdog/page.template | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/html/contact b/html/contact index 61ccceb..80951a2 100644 --- a/html/contact +++ b/html/contact @@ -1,8 +1,8 @@ - + Contact - Spragg Software Services Ltd. - +
diff --git a/html/index.php b/html/index.php index 18ff7df..cf3ffe4 100644 --- a/html/index.php +++ b/html/index.php @@ -1,8 +1,8 @@ - + Spragg Software Services Ltd. - +
diff --git a/html/privacy b/html/privacy index f0fa28d..79e105d 100644 --- a/html/privacy +++ b/html/privacy @@ -1,8 +1,8 @@ - + Privacy - Spragg Software Services Ltd. - +
diff --git a/html/projects/index.html b/html/projects/index.html index d89f991..9911071 100644 --- a/html/projects/index.html +++ b/html/projects/index.html @@ -1,8 +1,8 @@ - + Spragg Software Services Ltd. - +
diff --git a/rawdog/page.template b/rawdog/page.template index 60c695b..4c0528b 100644 --- a/rawdog/page.template +++ b/rawdog/page.template @@ -1,8 +1,8 @@ - + Blog - + __refresh__ -- cgit v1.2.1