diff --git a/resources/views/studio/theme.blade.php b/resources/views/studio/theme.blade.php
index 795d824..a8b1e2e 100644
--- a/resources/views/studio/theme.blade.php
+++ b/resources/views/studio/theme.blade.php
@@ -36,7 +36,7 @@
$pattern = '/Theme Name:.*/';
preg_match($pattern, $text, $matches, PREG_OFFSET_CAPTURE);
$themeName = substr($matches[0][0],12);}
- echo '';} ?>
+ if(isset($themeName)){echo '';}} ?>
theme == "default" or $page->theme == ""){echo 'selected';} echo '>Default'; ?>