BUG Fixing percent encoding issues with saveHTML

This commit is contained in:
Sean Harvey 2012-09-23 22:28:42 +12:00
parent e44a3558dd
commit 0b17e0036a

View File

@ -40,7 +40,7 @@ class SS_HTMLValue extends ViewableData {
'/<\/body>(.*)/i',
),
'',
$this->getDocument()->saveHTML()
urldecode($this->getDocument()->saveHTML())
)
);
}