From b700224c83c00a6fcd27e2f2f9e74f896f024183 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Sat, 10 Aug 2019 23:33:29 +0500 Subject: [PATCH] fix(w3c validation): remove type and language attributes Update #251 --- documentation/content/Analytics SEO SMO/stat-counter.md | 2 +- templates/_includes/analytics.html | 4 ++-- templates/_includes/comments.html | 4 ++-- templates/_includes/disqus_scripts.html | 4 ++-- templates/_includes/minify_tipuesearch.html | 2 +- templates/_includes/stat_counter.html | 2 +- templates/categories.html | 4 ++-- templates/search.html | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/documentation/content/Analytics SEO SMO/stat-counter.md b/documentation/content/Analytics SEO SMO/stat-counter.md index 3baf19fc..3badae9f 100644 --- a/documentation/content/Analytics SEO SMO/stat-counter.md +++ b/documentation/content/Analytics SEO SMO/stat-counter.md @@ -25,7 +25,7 @@ that a website must have in order to use StatCounter. :::javascript - @@ -20,7 +20,7 @@ {% if PIWIK_SSL_URL is not defined %} {% set PIWIK_SSL_URL = PIWIK_URL %} {% endif %} - - + {% endassets %} diff --git a/templates/_includes/stat_counter.html b/templates/_includes/stat_counter.html index dd7de227..58716eb9 100644 --- a/templates/_includes/stat_counter.html +++ b/templates/_includes/stat_counter.html @@ -1,6 +1,6 @@ {% if STAT_COUNTER_PROJECT and STAT_COUNTER_SECURITY %} - - {% endblock script %} diff --git a/templates/search.html b/templates/search.html index 3d50a382..5f35e351 100644 --- a/templates/search.html +++ b/templates/search.html @@ -29,8 +29,8 @@ {% if 'assets' in PLUGINS %} {% include '_includes/minify_tipuesearch.html' with context %} {% else %} - - + + {% endif %} {% if 'tipue_search' in PLUGINS %}