|
@@ 69-72 (lines=4) @@
|
| 66 |
|
$title = $this->removePhp($title); |
| 67 |
|
$content = $this->removePhp($content); |
| 68 |
|
} |
| 69 |
|
if (false == $this->allow_script) { |
| 70 |
|
$title = $this->removeScripts($title); |
| 71 |
|
$content = $this->removeScripts($content); |
| 72 |
|
} |
| 73 |
|
$xml = $this->xml; |
| 74 |
|
$total_snippets = $this->total_snippets; |
| 75 |
|
$dom = dom_import_simplexml($xml)->ownerDocument; |
|
@@ 110-113 (lines=4) @@
|
| 107 |
|
$title = $this->removePhp($title); |
| 108 |
|
$content = $this->removePhp($content); |
| 109 |
|
} |
| 110 |
|
if (false == $this->allow_script) { |
| 111 |
|
$title = $this->removeScripts($title); |
| 112 |
|
$content = $this->removeScripts($content); |
| 113 |
|
} |
| 114 |
|
$xml = $this->xml; |
| 115 |
|
$total_snippets = $this->total_snippets; |
| 116 |
|
$dom = dom_import_simplexml($xml)->ownerDocument; |