summaryrefslogtreecommitdiffstats
path: root/templates/show_rename_artist.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2006-10-01 13:37:46 +0000
committerxgizzmo <xgizzmo@ampache>2006-10-01 13:37:46 +0000
commitdbc12ab93ab5d86273d2e7b096b75be2e4b071f0 (patch)
tree37410cd24e057b85f48ac87fa16076ee84313d52 /templates/show_rename_artist.inc.php
parent9bfe4a4ff82b7fc59289e18100365fcaab8dc9b5 (diff)
downloadampache-dbc12ab93ab5d86273d2e7b096b75be2e4b071f0.tar.gz
ampache-dbc12ab93ab5d86273d2e7b096b75be2e4b071f0.tar.bz2
ampache-dbc12ab93ab5d86273d2e7b096b75be2e4b071f0.zip
changed some depreciated use of script language
Diffstat (limited to 'templates/show_rename_artist.inc.php')
-rw-r--r--templates/show_rename_artist.inc.php2
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; ?>';