mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUG Fixing percent encoding issues with saveHTML
This commit is contained in:
parent
e44a3558dd
commit
0b17e0036a
@ -40,7 +40,7 @@ class SS_HTMLValue extends ViewableData {
|
||||
'/<\/body>(.*)/i',
|
||||
),
|
||||
'',
|
||||
$this->getDocument()->saveHTML()
|
||||
urldecode($this->getDocument()->saveHTML())
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user