diff --git a/inc/config.php b/inc/config.php index 40382918..bfb7a6ac 100644 --- a/inc/config.php +++ b/inc/config.php @@ -448,7 +448,7 @@ $config['post_date'] = '%m/%d/%y (%a) %H:%M:%S'; // Same as above, but used for "you are banned' pages. - $config['ban_date'] = '%A, %e %B, %Y'; + $config['ban_date'] = '%A %e %B, %Y'; // The names on the post buttons. (On most imageboards, these are both "Post") $config['button_newtopic'] = 'New Topic';