aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-27 11:11:53 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-27 11:12:35 +0100
commit805cae7b3128a796b45e406f83dcd835e0d291f2 (patch)
tree415354331abd0f12ac10771c8bf2667b15ff2cb9
parent1070f3ed6b1f92f6909767089d7bccf401baeda9 (diff)
downloadvolse-hubzilla-805cae7b3128a796b45e406f83dcd835e0d291f2.tar.gz
volse-hubzilla-805cae7b3128a796b45e406f83dcd835e0d291f2.tar.bz2
volse-hubzilla-805cae7b3128a796b45e406f83dcd835e0d291f2.zip
whitespace
-rw-r--r--Zotlabs/Render/Theme.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Render/Theme.php b/Zotlabs/Render/Theme.php
index 71eef50c3..3a0116abe 100644
--- a/Zotlabs/Render/Theme.php
+++ b/Zotlabs/Render/Theme.php
@@ -69,8 +69,6 @@ class Theme {
if(array_key_exists('theme_preview',$_GET))
$chosen_theme = $_GET['theme_preview'];
-
-
// Allow theme selection of the form 'theme_name:schema_name'
$themepair = explode(':', $chosen_theme);