diff --git a/system/admin/views/add-page.html.php b/system/admin/views/add-page.html.php
index b69573c..c7c89cf 100644
--- a/system/admin/views/add-page.html.php
+++ b/system/admin/views/add-page.html.php
@@ -10,7 +10,7 @@
Title *
Url (optional)
If the url leave empty we will use the page title.
- Meta Description (optional)
+ Meta Description (optional)
diff --git a/system/admin/views/add-post.html.php b/system/admin/views/add-post.html.php
index 9e80717..62a9b4a 100644
--- a/system/admin/views/add-post.html.php
+++ b/system/admin/views/add-post.html.php
@@ -11,7 +11,7 @@
Tag *
Url (optional)
If the url leave empty we will use the post title.
- Meta Description (optional)
+ Meta Description (optional)
diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php
index 7c7225f..4dd5e09 100644
--- a/system/admin/views/edit-page.html.php
+++ b/system/admin/views/edit-page.html.php
@@ -35,7 +35,7 @@
Title *
Url (optional)
If the url leave empty we will use the page title.
- Meta Description (optional)
+ Meta Description (optional)
diff --git a/system/admin/views/edit-post.html.php b/system/admin/views/edit-post.html.php
index fb72735..aa91a8b 100644
--- a/system/admin/views/edit-post.html.php
+++ b/system/admin/views/edit-post.html.php
@@ -49,7 +49,7 @@
Tag *
Url (optional)
If the url leave empty we will use the post title.
- Meta Description (optional)
+ Meta Description (optional)
diff --git a/system/includes/functions.php b/system/includes/functions.php
index 082c3fb..4a4a58e 100644
--- a/system/includes/functions.php
+++ b/system/includes/functions.php
@@ -1625,6 +1625,8 @@ EOF;
// File cache
function file_cache($request) {
+
+ if(config('cache.off')) return;
$c = str_replace('/', '#', str_replace('?', '~', $request));
$cachefile = 'cache/page/' . $c . '.cache';
diff --git a/themes/default/css/style.css b/themes/default/css/style.css
index b5095ba..684e6c1 100644
--- a/themes/default/css/style.css
+++ b/themes/default/css/style.css
@@ -266,6 +266,10 @@ textarea {
line-height: 1.4;
background-color: #F6F7F9;
border: 1px solid #CFDAE5;
+ padding: 2%;
+ width: 96%;
+ min-height: 5em;
+ overflow: auto;
}
textarea:hover {