diff options
author | xgizzmo <xgizzmo@ampache> | 2005-09-06 19:12:59 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-09-06 19:12:59 +0000 |
commit | be23e09225cb961e94dbd95c6f394a5d5d7036cb (patch) | |
tree | 3778109e4a05aebd38dee896da31e1364ea3e189 /templates/show_confirmation.inc.php | |
parent | de44ee09789ffcbccf2d7ededb43e378226a4e9e (diff) | |
download | ampache-be23e09225cb961e94dbd95c6f394a5d5d7036cb.tar.gz ampache-be23e09225cb961e94dbd95c6f394a5d5d7036cb.tar.bz2 ampache-be23e09225cb961e94dbd95c6f394a5d5d7036cb.zip |
Resolved bug #78 and fixed a few html problems
Diffstat (limited to 'templates/show_confirmation.inc.php')
-rw-r--r-- | templates/show_confirmation.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_confirmation.inc.php b/templates/show_confirmation.inc.php index d911a54b..0268a081 100644 --- a/templates/show_confirmation.inc.php +++ b/templates/show_confirmation.inc.php @@ -27,7 +27,7 @@ <?php echo $text; ?> </td></tr> <tr><td> - [ <a href="<?php echo htmlspecialchars($path); ?>"><?php echo _("Continue"); ?></a> ] + [ <a href="<?php echo $path; ?>"><?php echo _("Continue"); ?></a> ] <br /> </td></tr> </table> |