diff --git a/inc/header.php b/inc/header.php index 192b058..d28f364 100644 --- a/inc/header.php +++ b/inc/header.php @@ -68,10 +68,10 @@ $settings = $this->page->settings; @@ -100,8 +100,8 @@ $settings = $this->page->settings; )); ?>
diff --git a/inc/page.php b/inc/page.php index 0f353d6..0589240 100644 --- a/inc/page.php +++ b/inc/page.php @@ -574,7 +574,7 @@ class Page { function table_end($clicky = true) { echo ''; if ($clicky) { - echo ""; + echo ""; } }