diff options
Diffstat (limited to 'framework/3rdParty/SafeHtml/HTMLSax3')
-rw-r--r-- | framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php | 1 | ||||
-rw-r--r-- | framework/3rdParty/SafeHtml/HTMLSax3/States.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php b/framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php index 2e2b6590..38638086 100644 --- a/framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php +++ b/framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php @@ -360,4 +360,3 @@ class TSax3_Escape_Stripper { $this->orig_obj->{$this->orig_method}($this, $data); } } -?>
\ No newline at end of file diff --git a/framework/3rdParty/SafeHtml/HTMLSax3/States.php b/framework/3rdParty/SafeHtml/HTMLSax3/States.php index 7d7b9b34..63bde07f 100644 --- a/framework/3rdParty/SafeHtml/HTMLSax3/States.php +++ b/framework/3rdParty/SafeHtml/HTMLSax3/States.php @@ -285,4 +285,3 @@ class TSax3_PiState { return TSax3_StateParser::TSAX3_STATE_START; } } -?>
\ No newline at end of file |