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:
authorMichal Čihař <michal@cihar.com>2005-12-05 02:14:41 +0300
committerMichal Čihař <michal@cihar.com>2005-12-05 02:14:41 +0300
commit75a16f45f864aa2bf8630070493faebc1f6f8bf3 (patch)
tree2a9456cff1f3e95e40cec9d45dd573c24436b6c4 /themes.php
parentd7c81e9c44bc2e7c83befea1fd3b3ca303278b29 (diff)
Use same script tag, use CDATA for scripts (RFE #995065).
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes.php b/themes.php
index a34a1ec103..7b083ce0d0 100644
--- a/themes.php
+++ b/themes.php
@@ -12,7 +12,7 @@ require_once('./libraries/header_http.inc.php');
$page_title = 'phpMyAdmin - ' . $strTheme;
require('./libraries/header_meta_style.inc.php');
?>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript" language="javascript">
// <![CDATA[
function takeThis(what){
if (window.opener && window.opener.document.forms['setTheme'].elements['set_theme']) {