summaryrefslogtreecommitdiffstats
path: root/templates/show_big_art.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_big_art.inc.php')
-rw-r--r--templates/show_big_art.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_big_art.inc.php b/templates/show_big_art.inc.php
index 4121fff3..eb9ba0c4 100644
--- a/templates/show_big_art.inc.php
+++ b/templates/show_big_art.inc.php
@@ -28,7 +28,7 @@ $htmllang = str_replace("_","-",Config::get('lang'));
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo Config::get('site_charset'); ?>" />
<title><?php echo Config::get('site_title'); ?> - <?php echo _("Album Art"); ?></title>
</head>
-<body onLoad="self.resizeTo(document.images[0].width+30, document.images[0].height+70)">
+<body onload="self.resizeTo(document.images[0].width+30, document.images[0].height+70)">
<?php
echo "<a href=\"javascript:window.close()\" title=\"" . _('Click to close window') . "\">";
echo "<img src=\"" . Config::get('web_path') . "/image.php?id=" . scrub_out($_GET['id']) . "&amp;sid=" . session_id() . "\" border=\"0\" alt=\"\" />";