Changeset 391

Show
Ignore:
Timestamp:
2010-01-21 08:35:44 (8 months ago)
Author:
hannes
Message:

there can be good reasons for intentional whitespace at the beginning of a post

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/misc/Post.php

    r321 r391  
    420420                        } 
    421421                        // trim unnecessary whitespace from post 
    422                         $INPUT['post'] = trim($INPUT['post']); 
     422                        $INPUT['post'] = rtrim($INPUT['post']); 
    423423                        // poll stuff 
    424424                        $pollid = 0;