From 18712ae1eebb4a66c558f9c57df80bde7d9dc63c Mon Sep 17 00:00:00 2001 From: Helmut Grohne <helmut@subdivi.de> Date: Sun, 5 May 2013 17:22:33 +0200 Subject: webapp: validator complained about <link> with sizes --- base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.html b/base.html index 19a8292..2ba2fb0 100644 --- a/base.html +++ b/base.html @@ -2,7 +2,7 @@ <head> <title>{% block title %}{% endblock %}</title> <link rel="stylesheet" type="text/css" href="{{ urlroot|e }}/style.css"> - <link rel="icon" type="image/vnd.microsoft.icon" sizes="32x32" href="{{ urlroot|e }}/favicon.ico"> + <link rel="icon" type="image/vnd.microsoft.icon" href="{{ urlroot|e }}/favicon.ico"> {% block header %}{% endblock %} </head> <body> -- cgit v1.2.3