diff options
author | xgizzmo <xgizzmo@ampache> | 2007-01-09 02:34:20 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-01-09 02:34:20 +0000 |
commit | 8ed4a1e163f8750820f643b4f81b04215154e972 (patch) | |
tree | 534c84006759a5805d3bbc71ad3ce78d13aef27c /templates/show_random_albums.inc.php | |
parent | 4d948bcd7c451b35df7686f2d24ebc57746096c2 (diff) | |
download | ampache-8ed4a1e163f8750820f643b4f81b04215154e972.tar.gz ampache-8ed4a1e163f8750820f643b4f81b04215154e972.tar.bz2 ampache-8ed4a1e163f8750820f643b4f81b04215154e972.zip |
fixed some typos and dead links
Diffstat (limited to 'templates/show_random_albums.inc.php')
-rw-r--r-- | templates/show_random_albums.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_random_albums.inc.php b/templates/show_random_albums.inc.php index a3edaf9f..bc41edef 100644 --- a/templates/show_random_albums.inc.php +++ b/templates/show_random_albums.inc.php @@ -31,7 +31,7 @@ $web_path = conf('web_path'); ?> <td> <a href="<?php echo $web_path; ?>/albums.php?action=show&album=<?php echo $album_id; ?>"> - <img src="<?php echo $web_path; ?>/image.php?thumb=1&id=<?php echo $album_id; ?>" width="75" height="75" border="0" alt="<?php echo $name; ?>" title="<?php echo $name; ?>"> + <img src="<?php echo $web_path; ?>/image.php?thumb=1&id=<?php echo $album_id; ?>" width="75" height="75" border="0" alt="<?php echo $name; ?>" title="<?php echo $name; ?>" /> </a> </td> <?php } ?> |