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ř <mcihar@suse.cz>2011-07-22 11:18:02 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-22 11:18:02 +0400
commit25bda8e991f2820971c343315cd3ab3d974b2684 (patch)
tree6f68b4133c45eca085ee9a677ab196b037e22cd2 /themes.php
parent219ec73d69a0bee94ac3bf98757db25360862b39 (diff)
Fix spacing on opening code block
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 624c6680a4..0e37ee4940 100644
--- a/themes.php
+++ b/themes.php
@@ -22,7 +22,7 @@ require './libraries/header_meta_style.inc.php';
?>
<script type="text/javascript" language="javascript">
// <![CDATA[
-function takeThis(what){
+function takeThis(what) {
if (window.opener && window.opener.document.forms['setTheme'].elements['set_theme']) {
window.opener.document.forms['setTheme'].elements['set_theme'].value = what;
window.opener.document.forms['setTheme'].submit();