git-svn-id: https://develop.svn.wordpress.org/trunk@2139 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-01-24 09:53:23 +00:00
parent 9533069e21
commit 65055e0967
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class IXR_Message {
$valueFlag = true;
break;
case 'base64':
$value = base64_decode($this->_currentTagContents);
$value = base64_decode( trim($this->_currentTagContents) );
$this->_currentTagContents = '';
$valueFlag = true;
break;