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:11:53 +0100
commit7f423016f0c67302a9155d58f2cf6148e5399a87 (patch)
treeee8a2f56ea627a9cf9bdc3a83b882d14b190e68c
parenta41603ed857bbc8be975f21652604fa5e1729a31 (diff)
downloadvolse-hubzilla-7f423016f0c67302a9155d58f2cf6148e5399a87.tar.gz
volse-hubzilla-7f423016f0c67302a9155d58f2cf6148e5399a87.tar.bz2
volse-hubzilla-7f423016f0c67302a9155d58f2cf6148e5399a87.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);