diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-11 20:30:06 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-11 20:30:06 +0000 |
commit | 2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488 (patch) | |
tree | 7c121e46dfeb1fff7a0f31d942d3c8080fba6571 /upload.php | |
parent | 7df5ed038d1d890329ca089f9d76492029315eea (diff) | |
download | ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.tar.gz ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.tar.bz2 ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.zip |
XHTML clean up and fixed a few typos
Diffstat (limited to 'upload.php')
-rw-r--r-- | upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -319,5 +319,5 @@ if ( $handle = @opendir($user->prefs['upload_dir'] ) ){ <br />
<br />
<br />
-<?php> show_page_footer ('Upload', '',$user->prefs['display_menu']); ?>
+<?php show_page_footer ('Upload', '',$user->prefs['display_menu']); ?>
|