From ddaaae4a20699af57c0d5a778b6980a22f51e6c7 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Sat, 4 May 2013 20:22:22 +0200 Subject: [PATCH] xhtml correctness fix --- templates/base.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.mako b/templates/base.mako index 8764660..c67617e 100644 --- a/templates/base.mako +++ b/templates/base.mako @@ -7,7 +7,7 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <link href="/common/kwant.css" rel="stylesheet" type="text/css" /> <title><%block name="title">kwant: quantum transport simulation package</%block></title> -<link rel="icon" href="/common/kwant_icon.png" type="image/png"> +<link rel="icon" href="/common/kwant_icon.png" type="image/png" /> <%block name="extra_head" />\ </head> -- GitLab