From ecc81c0ee2f38050927e1a6cb5423abbd7eb51ad Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 22 Feb 2019 10:56:29 +0100 Subject: templates: remove deprecated projection property The media="projection" property is read by browsers but does not match anything remove it so our site is valid HTML. Closes: #184 Signed-off-by: Jelle van der Waa --- templates/base.html | 2 +- templates/devel/clock.html | 2 +- templates/mirrors/mirror_details.html | 2 +- templates/mirrors/mirrors.html | 2 +- templates/mirrors/status.html | 2 +- templates/mirrors/url_details.html | 2 +- templates/packages/flaghelp.html | 2 +- templates/public/download.html | 2 +- templates/public/userlist.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/base.html b/templates/base.html index 0a1ea01d..27b675a6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ {% block title %}Arch Linux{% endblock %} - + diff --git a/templates/devel/clock.html b/templates/devel/clock.html index 88cc93e7..57279cc8 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -5,7 +5,7 @@ {% block title %}Arch Linux - Developer World Clocks{% endblock %} -{% block head %}{% endblock %} +{% block head %}{% endblock %} {% block content %}
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index 05a4b0da..89345664 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -5,7 +5,7 @@ {% block title %}Arch Linux - {{ mirror.name }} - Mirror Details{% endblock %} -{% block head %}{% endblock %} +{% block head %}{% endblock %} {% block content %}
diff --git a/templates/mirrors/mirrors.html b/templates/mirrors/mirrors.html index 55eb0f8c..d6b93f92 100644 --- a/templates/mirrors/mirrors.html +++ b/templates/mirrors/mirrors.html @@ -4,7 +4,7 @@ {% block title %}Arch Linux - Mirror Overview{% endblock %} -{% block head %}{% endblock %} +{% block head %}{% endblock %} {% block content %}
diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html index fb318480..eb80e502 100644 --- a/templates/mirrors/status.html +++ b/templates/mirrors/status.html @@ -4,7 +4,7 @@ {% block title %}Arch Linux - Mirror Status{% if tier != None %} - Tier {{ tier }}{% endif %}{% endblock %} -{% block head %}{% endblock %} +{% block head %}{% endblock %} {% block content %}
diff --git a/templates/mirrors/url_details.html b/templates/mirrors/url_details.html index 6e64b08c..ca2211d3 100644 --- a/templates/mirrors/url_details.html +++ b/templates/mirrors/url_details.html @@ -5,7 +5,7 @@ {% block title %}Arch Linux - {{ url.url }} - URL Details{% endblock %} -{% block head %}{% endblock %} +{% block head %}{% endblock %} {% block content %}
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html index 579d3a1e..5791fda2 100644 --- a/templates/packages/flaghelp.html +++ b/templates/packages/flaghelp.html @@ -5,7 +5,7 @@ - +

Flagging Packages

diff --git a/templates/public/download.html b/templates/public/download.html index f3c3d6ae..fb9eea02 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -6,7 +6,7 @@ {% block title %}Arch Linux - Downloads{% endblock %} {% block head %} - + {% endblock %} diff --git a/templates/public/userlist.html b/templates/public/userlist.html index b49c5de2..8ce55f9f 100644 --- a/templates/public/userlist.html +++ b/templates/public/userlist.html @@ -4,7 +4,7 @@ {% block title %}Arch Linux - {{ group.name }}{% endblock %} -{% block head %}{% endblock %} +{% block head %}{% endblock %} {% block content %} {% cache 600 dev-tu-profiles group.name %} -- cgit v1.2.3-55-g3dc8