euscanwww: Fixing all templates to be XHTML compliant
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
		@@ -1,11 +1,13 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
			
		||||
 | 
			
		||||
{% load url from future %}
 | 
			
		||||
{% load timedelta %}
 | 
			
		||||
 | 
			
		||||
<?xml version="1.0" encoding="utf8"?>
 | 
			
		||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
 | 
			
		||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 | 
			
		||||
  <head>
 | 
			
		||||
    <title>{% block title %}euscan{% endblock %}</title>
 | 
			
		||||
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 | 
			
		||||
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 | 
			
		||||
    {% block meta %}
 | 
			
		||||
    <link rel="alternate" type="application/atom+xml" title="Global log" href="{% url "global_feed" %}" />
 | 
			
		||||
    {% endblock %}
 | 
			
		||||
@@ -19,7 +21,7 @@
 | 
			
		||||
  <body>
 | 
			
		||||
    <div id="header">
 | 
			
		||||
      <a href="http://www.gentoo.org">
 | 
			
		||||
        <img id="logo" src="{{ STATIC_URL }}img/gentoo_org.png" />
 | 
			
		||||
        <img id="logo" src="{{ STATIC_URL }}img/gentoo_org.png" alt="gentoo" />
 | 
			
		||||
      </a>
 | 
			
		||||
      {% block header %}<h1>Ebuild Upstream Scanner (euscan)</h1>{% endblock %}
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user