summaryrefslogtreecommitdiffstats
path: root/templates/mirrors
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-02-22 10:56:29 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-02-22 10:56:29 +0100
commitecc81c0ee2f38050927e1a6cb5423abbd7eb51ad (patch)
tree085dca151ca41f3a6175f8931aa498799bc9b829 /templates/mirrors
parentcabc62f0743be6c6e935f25a90c983d09aeb0e85 (diff)
downloadarchweb-ecc81c0ee2f38050927e1a6cb5423abbd7eb51ad.tar.gz
archweb-ecc81c0ee2f38050927e1a6cb5423abbd7eb51ad.zip
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 <jelle@vdwaa.nl>
Diffstat (limited to 'templates/mirrors')
-rw-r--r--templates/mirrors/mirror_details.html2
-rw-r--r--templates/mirrors/mirrors.html2
-rw-r--r--templates/mirrors/status.html2
-rw-r--r--templates/mirrors/url_details.html2
4 files changed, 4 insertions, 4 deletions
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 %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% endblock %}
+{% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen" />{% endblock %}
{% block content %}
<div class="box">
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 %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% endblock %}
+{% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen" />{% endblock %}
{% block content %}
<div id="dev-mirrorlist" class="box">
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 %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% endblock %}
+{% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen" />{% endblock %}
{% block content %}
<div id="mirrorstatus" class="box">
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 %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% endblock %}
+{% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen" />{% endblock %}
{% block content %}
<div class="box">