diff options
Diffstat (limited to 'templates/show_rename_artist.inc.php')
-rw-r--r-- | templates/show_rename_artist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_rename_artist.inc.php b/templates/show_rename_artist.inc.php index 1d9c1130..20acae77 100644 --- a/templates/show_rename_artist.inc.php +++ b/templates/show_rename_artist.inc.php @@ -20,7 +20,7 @@ */ ?> -<script language='javascript'> +<script type='text/javascript'> function insert() { document.getElementById('artist_name').value = '<?php echo $artist->name; ?>'; |