Fix from mailing list.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-03-09 21:39:01 +00:00
parent 00e11b95f4
commit 0ee45ebf10
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ POSSIBILITY OF SUCH DAMAGE.
$text = preg_split("/\n/",$text);
foreach($text as $line){
$line = trim($line);
$line = rtrim($line);
$lineout[] = $line;
}