Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-04-01 15:13:46 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-04-01 15:13:46 +0400
commitd0ac1f2bbb7ef7ae96f404d28c1a429e8142427e (patch)
tree3546b0ffc88f25255c0d3b0e0e77ed3e75c86f7d /db_printview.php
parentcfeb30652642d995bb0c8d17988d33d11b02318f (diff)
XHTML standard: no language attribute in <script>
Diffstat (limited to 'db_printview.php')
-rw-r--r--db_printview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_printview.php b/db_printview.php
index d164a46b1a..77b06e6365 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -248,7 +248,7 @@ else {
*/
?>
-<script type="text/javascript" language="javascript">
+<script type="text/javascript">
//<![CDATA[
function printPage()
{