fix problem in firefox which does not accept self-terminating script tag

This commit is contained in:
root 2010-03-21 21:29:02 +01:00
parent b08f87e9e5
commit e394e12c8c

View File

@ -1,11 +1,11 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Pamela</title> <title>Pamela</title>
<script src="js/jquery-1.3.2.js" type="text/javascript" /> <script src="js/jquery-1.3.2.js" type="text/javascript"></script>
<script src="js/pamela-buttons.js" type="text/javascript" /> <script src="js/pamela-buttons.js" type="text/javascript"></script>
<script src="js/pamela-nodes.js" type="text/javascript" /> <script src="js/pamela-nodes.js" type="text/javascript"></script>
<script src="js/pamela-matrices.js" type="text/javascript" /> <script src="js/pamela-matrices.js" type="text/javascript"></script>
<script src="js/pamela.js" type="text/javascript" /> <script src="js/pamela.js" type="text/javascript"></script>
<style type="text/css">* {margin:0; padding:0} body { background-color: #fff; }</style> <style type="text/css">* {margin:0; padding:0} body { background-color: #fff; }</style>
</head> </head>
<body> <body>