diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-05-05 17:22:33 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-05-05 17:22:33 +0200 |
commit | 18712ae1eebb4a66c558f9c57df80bde7d9dc63c (patch) | |
tree | 42a178227ca7209883ce276b2d4cd5ab479db105 | |
parent | 3e8f9dc5f9c7f7653376c4aa0ab115b14a636100 (diff) | |
download | debian-dedup-18712ae1eebb4a66c558f9c57df80bde7d9dc63c.tar.gz |
webapp: validator complained about <link> with sizes
-rw-r--r-- | base.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |