commit | 3ffce987e0d7efa68bbce2d83915b06e97bd3475 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Jan 21 15:24:09 2013 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Jan 21 15:24:09 2013 +0200 |
tree | 926cc6c13def119792b0c37afcdea5cd3823d58d | |
parent | 1106c528b213f9f58f4b2d9be60f78ca8067236e [diff] [blame] |
[ci skip] Manually apply #2162, #2163
diff --git a/system/core/Output.php b/system/core/Output.php index cf5178a..a208414 100644 --- a/system/core/Output.php +++ b/system/core/Output.php
@@ -772,7 +772,7 @@ $output = str_replace($codes_messed[0], $codes_clean[0], $output); } - if ( ! empty($codes_clean)) + if ( ! empty($textareas_clean)) { preg_match_all('{<textarea.+</textarea>}msU', $output, $textareas_messed); $output = str_replace($textareas_messed[0], $textareas_clean[0], $output);