summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/lib/Minify/JS/ClosureCompiler.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/minify/lib/Minify/JS/ClosureCompiler.php')
-rw-r--r--admin/survey/minify/lib/Minify/JS/ClosureCompiler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/survey/minify/lib/Minify/JS/ClosureCompiler.php b/admin/survey/minify/lib/Minify/JS/ClosureCompiler.php
index 05e2e33..63f7b90 100644
--- a/admin/survey/minify/lib/Minify/JS/ClosureCompiler.php
+++ b/admin/survey/minify/lib/Minify/JS/ClosureCompiler.php
@@ -195,13 +195,13 @@ class Minify_JS_ClosureCompiler
curl_close($ch);
} else {
throw new Minify_JS_ClosureCompiler_Exception(
- "Could not make HTTP request: allow_url_open is false and cURL not available"
+ "Could not make HTTP request: allow_url_open is false and cURL not available"
);
}
if (false === $contents) {
throw new Minify_JS_ClosureCompiler_Exception(
- "No HTTP response from server"
+ "No HTTP response from server"
);
}