From d9e1b935b0dcad06df0b933c213886f6ba0c9ef7 Mon Sep 17 00:00:00 2001 From: Daku Date: Tue, 27 Dec 2011 12:10:01 +0000 Subject: [PATCH] +/- buttons should now work in FF, instead of directing you to blank page --- ext/upload/theme.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/upload/theme.php b/ext/upload/theme.php index bc0991cc..fae6501f 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -27,11 +27,11 @@ class UploadTheme extends Themelet { if($i==0){ $upload_list .= "
" . - "". + "". "
"; }else{ $upload_list .="
- "; }else{ $upload_list .= - "". "";