diff --git a/members/include/forum/post.php b/members/include/forum/post.php index e935eed..cc04ca2 100644 --- a/members/include/forum/post.php +++ b/members/include/forum/post.php @@ -230,8 +230,8 @@ "type" => "custom", "sortorder" => $i++, "display_name" => "Attachments", - "html" => "
- + "html" => "
+
Add More Attachments
" @@ -300,7 +300,7 @@ if(numOfAttachments <= ".ini_get("max_file_uploads").") { - $('#attachmentsDiv').append(\"
\"); + $('#attachmentsDiv').append(\"
\"); $('#numOfAttachments').val(numOfAttachments); } @@ -418,4 +418,4 @@ function checkForAttachments() { } -?> \ No newline at end of file +?>