Mercurial > treepkg
diff contrib/sawmill/web/templates/header.inc @ 487:f208b139190b
sawmill: Made html head elements HTML 4.01 compatible.
Small tweak while finding tree packager in detail view.
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Sun, 26 Sep 2010 07:43:26 +0000 |
parents | a55a521b7a31 |
children | 73a2e603a23b |
line wrap: on
line diff
--- a/contrib/sawmill/web/templates/header.inc Thu Sep 23 09:59:06 2010 +0000 +++ b/contrib/sawmill/web/templates/header.inc Sun Sep 26 07:43:26 2010 +0000 @@ -4,8 +4,8 @@ %> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <link rel="icon" href="img/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" /> + <link rel="icon" href="img/favicon.ico" type="image/x-icon"> + <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen"> <title>Sägewerk - <%= escape(page_title) %></title> </head> <body>