Skip to content
Snippets Groups Projects
Commit 4474d9db authored by Anders Lund's avatar Anders Lund
Browse files

Should include type to give valid html

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@856 44740490-163a-0410-bde0-09ae8108e29a
parent dc5b4934
No related branches found
No related tags found
No related merge requests found
<?php <?php
$this->data['head'] .= '<script language="JavaScript"> $this->data['head'] .= '<script type="text/javascript" language="JavaScript">
// use pre-formatted output for this multiplication table // use pre-formatted output for this multiplication table
var j; // loop variables var j; // loop variables
...@@ -55,4 +55,4 @@ for (j=1; j<=10; j++) { ...@@ -55,4 +55,4 @@ for (j=1; j<=10; j++) {
</div> </div>
</div> </div>
<?php $this->includeAtTemplateBase('includes/footer.php'); ?> <?php $this->includeAtTemplateBase('includes/footer.php'); ?>
\ No newline at end of file
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