From 7789fddb79e20324224ca24de0c501d6c4f85631 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 29 Aug 2008 04:43:17 -0400
Subject: [PATCH] - oops, fixed parse error from last change
---
program/lib/html2text.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/program/lib/html2text.php b/program/lib/html2text.php
index c42a535..b476555 100644
--- a/program/lib/html2text.php
+++ b/program/lib/html2text.php
@@ -207,7 +207,7 @@
* @access public
* @see $pre_replace
*/
- $pre_search = array(
+ var $pre_search = array(
"/\n/",
"/\t/",
'/ /',
@@ -222,7 +222,7 @@
* @access public
* @see $pre_search
*/
- $pre_replace = array(
+ var $pre_replace = array(
'<br>',
' ',
' ',
--
Gitblit v1.9.1