diff options
Diffstat (limited to 'htdocs/new-post.php')
-rw-r--r-- | htdocs/new-post.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/new-post.php b/htdocs/new-post.php index 1bcdc89..9082102 100644 --- a/htdocs/new-post.php +++ b/htdocs/new-post.php @@ -190,7 +190,8 @@ function handle_images() { $post = $_SESSION['newpost']; // Display image form - echo "<p>You may upload up to four images with your post.</p>"; + echo "<p>You may upload up to four images with your post." + . " Valid image types are JPEG and PNG.</p>"; form_start('source'); |