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

Default template: Terminate the script element in a html4 compatible way.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@651 44740490-163a-0410-bde0-09ae8108e29a
parent cd59e97b
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ if(array_key_exists('header', $this->data)) { ...@@ -12,7 +12,7 @@ if(array_key_exists('header', $this->data)) {
<link rel="stylesheet" type="text/css" href="/<?php echo $this->data['baseurlpath']; ?>resources/default.css" /> <link rel="stylesheet" type="text/css" href="/<?php echo $this->data['baseurlpath']; ?>resources/default.css" />
<link rel="icon" type="image/icon" href="/<?php echo $this->data['baseurlpath']; ?>resources/icons/favicon.ico" /> <link rel="icon" type="image/icon" href="/<?php echo $this->data['baseurlpath']; ?>resources/icons/favicon.ico" />
<script type="text/javascript" src="/<?php echo $this->data['baseurlpath']; ?>resources/script.js" /> <script type="text/javascript" src="/<?php echo $this->data['baseurlpath']; ?>resources/script.js"></script>
</head> </head>
<?php <?php
$onLoad = ''; $onLoad = '';
......
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