Strip superfluous new lines at the end of a post.

This commit is contained in:
Savetheinternet
2011-02-21 15:51:46 +11:00
parent 5ade310e15
commit 32050c8eab
2 changed files with 6 additions and 0 deletions

View File

@@ -128,6 +128,9 @@
// Reply limit (deletes thread when this is reached)
$config['reply_limit'] = 250;
// Strip superfluous new lines at the end of a post
$config['strip_superfluous_returns'] = true;
// For resizing, max values
$config['thumb_width'] = 255;
$config['thumb_height'] = 255;