diff --git a/.gitignore b/.gitignore
index 727bc05..01fc22b 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
.directory
+temp/*
diff --git a/opensearch.php b/opensearch.php
index 4cd122b..26f93c0 100755
--- a/opensearch.php
+++ b/opensearch.php
@@ -7,8 +7,28 @@
foreach($themeDimensionsIcons as $dimIcon) {
echo ' ' . $instPath . 'themes/' . $theme . '/icons/' . $dimIcon . '.png' . "\n";
} ?>
- fr
+ *
UTF-8
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/themes/resize.php b/themes/resize.php
index 89a72ba..c93ade1 100755
--- a/themes/resize.php
+++ b/themes/resize.php
@@ -27,5 +27,5 @@ if (php_sapi_name() == "cli") {
}
} else {
- echo "Available only via CLI for security reasons. Use 'php themes/resize.php'";
+ echo "Available only via CLI for security reasons. Use 'php themes/resize.php '";
}