From 4474d9dbadf42f7677e1940a40e110bb8ea1cc0a Mon Sep 17 00:00:00 2001
From: Anders Lund <anders.lund@uninett.no>
Date: Wed, 3 Sep 2008 08:18:50 +0000
Subject: [PATCH] Should include type to give valid html

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@856 44740490-163a-0410-bde0-09ae8108e29a
---
 templates/default/logout-iframe.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/default/logout-iframe.php b/templates/default/logout-iframe.php
index c5b01deda..7ca0408d3 100644
--- a/templates/default/logout-iframe.php
+++ b/templates/default/logout-iframe.php
@@ -1,7 +1,7 @@
 <?php 
 
 	
-	$this->data['head'] .= '<script language="JavaScript">
+	$this->data['head'] .= '<script type="text/javascript" language="JavaScript">
 // use pre-formatted output for this multiplication table
 var j;	// loop variables
 
@@ -55,4 +55,4 @@ for (j=1; j<=10; j++) {
 		</div>
 	</div>
 
-<?php $this->includeAtTemplateBase('includes/footer.php'); ?>
\ No newline at end of file
+<?php $this->includeAtTemplateBase('includes/footer.php'); ?>
-- 
GitLab