diff options
author | deva <deva> | 2008-10-12 19:24:52 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-12 19:24:52 +0000 |
commit | 42032d4bd8dd0c9772afd6ef7c1b09104cb22e8b (patch) | |
tree | ce29b897ed9bc5ddfd478f26c87791a48b54be85 /forum/utils/filehandler.php | |
parent | 15a4531b0cf36db097169bd2aef567231a12bd24 (diff) |
Some layout (css) stuff on the filehandler.
Diffstat (limited to 'forum/utils/filehandler.php')
-rw-r--r-- | forum/utils/filehandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/utils/filehandler.php b/forum/utils/filehandler.php index dfe0c80..af1c305 100644 --- a/forum/utils/filehandler.php +++ b/forum/utils/filehandler.php @@ -22,7 +22,7 @@ $files->show(); ?> -<form enctype="multipart/form-data" action="?mode=filehandler&task=upload" method="post"> +<form class="files" enctype="multipart/form-data" action="?mode=filehandler&task=upload" method="post"> <p> File: <input name="userfile" type="file"> </p> |