From 6857363894cd3f0d0043ed1190298878870b40ac Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 16 May 2018 14:04:21 -0600 Subject: [PATCH] Fix some minor bugs with Hyperspace --- public/themes/hyperspace/default.php | 2 +- public/themes/hyperspace/home.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/hyperspace/default.php b/public/themes/hyperspace/default.php index 8dce736..d787091 100644 --- a/public/themes/hyperspace/default.php +++ b/public/themes/hyperspace/default.php @@ -13,7 +13,7 @@ include __DIR__ . "/inc/header.inc.php"; $image = get_complex_component("page-image", null, ['image']); ?> - +
diff --git a/public/themes/hyperspace/home.php b/public/themes/hyperspace/home.php index 89254cf..73a0970 100644 --- a/public/themes/hyperspace/home.php +++ b/public/themes/hyperspace/home.php @@ -184,7 +184,7 @@ include __DIR__ . "/inc/head.inc.php";