diff options
author | xgizzmo <xgizzmo@ampache> | 2007-08-06 02:08:01 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-08-06 02:08:01 +0000 |
commit | add90bc902ce762626fe72d408f42d705d3f9de7 (patch) | |
tree | 3bfd3ee2a3ed3a90ce314172f637216e8536dd24 /update.php | |
parent | fb5c43b2df8a190fecfe4bf04bcd64aa1bad9c2d (diff) | |
download | ampache-add90bc902ce762626fe72d408f42d705d3f9de7.tar.gz ampache-add90bc902ce762626fe72d408f42d705d3f9de7.tar.bz2 ampache-add90bc902ce762626fe72d408f42d705d3f9de7.zip |
Fix link given out by song class so that they can pass validation
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ $htmllang = str_replace("_","-",Config::get('lang')); <head> <link rel="shortcut icon" href="<?php echo Config::get('web_path'); ?>/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo Config::get('site_charset'); ?>" /> -<link rel="stylesheet" type="text/css" media="screen" href="<?php echo Config::get('web_path') . '/templates/install.css'; ?>"> +<link rel="stylesheet" type="text/css" media="screen" href="<?php echo Config::get('web_path') . '/templates/install.css'; ?>" /> <title>Ampache - Update</title> </head> <body> |