XHTML standard: no language attribute in <script>

This commit is contained in:
Sebastian Mendel
2007-04-01 11:13:46 +00:00
parent cfeb306526
commit d0ac1f2bbb
21 changed files with 56 additions and 57 deletions

View File

@@ -306,7 +306,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
* Displays the footer
*/
?>
<script type="text/javascript" language="javascript">
<script type="text/javascript">
//<![CDATA[
function printPage()
{