summaryrefslogtreecommitdiff
path: root/program/steps/utils
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-23 09:55:08 +0000
committeralecpl <alec@alec.pl>2010-06-23 09:55:08 +0000
commitb25dfd0913f2ca5666124740c30156fa0a6abaef (patch)
tree1c29159d3af630e440abb35aa70df5a4ef544537 /program/steps/utils
parent5c024015f02ed5b0b772f8fff5bfe8aa6dab1d93 (diff)
- removed PHP closing tag
Diffstat (limited to 'program/steps/utils')
-rw-r--r--program/steps/utils/error.inc2
-rw-r--r--program/steps/utils/html2text.inc2
-rw-r--r--program/steps/utils/killcache.inc2
-rw-r--r--program/steps/utils/modcss.inc2
-rw-r--r--program/steps/utils/spell.inc2
-rw-r--r--program/steps/utils/spell_googie.inc2
-rw-r--r--program/steps/utils/spell_pspell.inc2
7 files changed, 7 insertions, 7 deletions
diff --git a/program/steps/utils/error.inc b/program/steps/utils/error.inc
index 364c953e7..083a256fd 100644
--- a/program/steps/utils/error.inc
+++ b/program/steps/utils/error.inc
@@ -126,4 +126,4 @@ $__page_content
EOF;
exit;
-?>
+
diff --git a/program/steps/utils/html2text.inc b/program/steps/utils/html2text.inc
index ff2b40e6b..2327f7f93 100644
--- a/program/steps/utils/html2text.inc
+++ b/program/steps/utils/html2text.inc
@@ -25,4 +25,4 @@ header('Content-Type: text/plain; charset=UTF-8');
print trim($converter->get_text());
exit;
-?>
+
diff --git a/program/steps/utils/killcache.inc b/program/steps/utils/killcache.inc
index a2e7b3e25..b49d36cb8 100644
--- a/program/steps/utils/killcache.inc
+++ b/program/steps/utils/killcache.inc
@@ -49,4 +49,4 @@ if (PEAR::isError($res)) {
echo "Cache cleared\n";
exit;
-?>
+
diff --git a/program/steps/utils/modcss.inc b/program/steps/utils/modcss.inc
index 2224901ac..00d943352 100644
--- a/program/steps/utils/modcss.inc
+++ b/program/steps/utils/modcss.inc
@@ -95,4 +95,4 @@ header('HTTP/1.0 404 Not Found');
echo $error;
exit;
-?>
+
diff --git a/program/steps/utils/spell.inc b/program/steps/utils/spell.inc
index dab56956b..d0fbcb9e4 100644
--- a/program/steps/utils/spell.inc
+++ b/program/steps/utils/spell.inc
@@ -25,4 +25,4 @@ if ($spell_engine = $RCMAIL->config->get('spellcheck_engine', 'googie')) {
header('HTTP/1.1 404 Not Found');
exit;
-?>
+
diff --git a/program/steps/utils/spell_googie.inc b/program/steps/utils/spell_googie.inc
index ec60f48f0..038559c3f 100644
--- a/program/steps/utils/spell_googie.inc
+++ b/program/steps/utils/spell_googie.inc
@@ -70,4 +70,4 @@ header("Content-Type: text/xml; charset=".RCMAIL_CHARSET);
print $store;
exit;
-?>
+
diff --git a/program/steps/utils/spell_pspell.inc b/program/steps/utils/spell_pspell.inc
index f892f8963..2c9c2333c 100644
--- a/program/steps/utils/spell_pspell.inc
+++ b/program/steps/utils/spell_pspell.inc
@@ -75,4 +75,4 @@ header("Content-Type: text/xml; charset=".RCMAIL_CHARSET);
echo $out;
exit;
-?>
+