Skip to content
Snippets Groups Projects
Commit e2f58bb3 authored by Olav Morken's avatar Olav Morken
Browse files

Templates: close stylesheet link element.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@265 44740490-163a-0410-bde0-09ae8108e29a
parent 741ce1b8
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ if(array_key_exists('header', $data)) {
}
?></title>
<link rel="stylesheet" type="text/css" href="/<?php echo $data['baseurlpath']; ?>resources/default.css">
<link rel="stylesheet" type="text/css" href="/<?php echo $data['baseurlpath']; ?>resources/default.css" />
<link rel="icon" type="image/icon" href="/<?php echo $data['baseurlpath']; ?>resources/icons/favicon.ico" />
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment