summaryrefslogtreecommitdiff
path: root/program/lib/html2text.php
diff options
context:
space:
mode:
Diffstat (limited to 'program/lib/html2text.php')
-rw-r--r--program/lib/html2text.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/lib/html2text.php b/program/lib/html2text.php
index c42a5359e..b476555ba 100644
--- a/program/lib/html2text.php
+++ b/program/lib/html2text.php
@@ -207,7 +207,7 @@ class html2text
* @access public
* @see $pre_replace
*/
- $pre_search = array(
+ var $pre_search = array(
"/\n/",
"/\t/",
'/ /',
@@ -222,7 +222,7 @@ class html2text
* @access public
* @see $pre_search
*/
- $pre_replace = array(
+ var $pre_replace = array(
'<br>',
'&nbsp;&nbsp;&nbsp;&nbsp;',
'&nbsp;',