diff --git a/README.md b/README.md index cff023f..c05d55d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ git clone git@github.com:icecoder/icecoder /var/www/html/icecoder #### Step 2: Set permissions on dirs & files -You'll need to ensure both the ICEcoder dir and the wwwroot dir have permissions to read, write and execute. This can be done by changing permissions (using chmod), but it it safer and so better, to use `chown`: +You'll need to ensure both the ICEcoder dir and the wwwroot dir have permissions to read, write and execute. This can be done by changing permissions (using `chmod`), but it it safer and so better, to use `chown`: `chown -R www-data.www-data /var/www/html` diff --git a/classes/System.php b/classes/System.php index b1e36bf..64f070d 100644 --- a/classes/System.php +++ b/classes/System.php @@ -168,7 +168,7 @@ class System '; $content .= ' -
' . file_get_contents(dirname(__FILE__) . "/../assets/images/icons/lock.svg") .'
+
' . file_get_contents(dirname(__FILE__) . "/../assets/images/icons/lock.svg") .'
'; return $content; }