diff --git a/app/View/Composers/Post.php b/app/View/Composers/Post.php index 5bcef38..3366b0d 100644 --- a/app/View/Composers/Post.php +++ b/app/View/Composers/Post.php @@ -77,7 +77,7 @@ class Post extends Composer { return wp_link_pages([ 'echo' => 0, - 'before' => '
' . __('Pages:', 'sage'), + 'before' => '
'.__('Pages:', 'sage'), 'after' => '
', ]); } diff --git a/index.php b/index.php index 239261d..52854a0 100644 --- a/index.php +++ b/index.php @@ -1 +1 @@ -render(); ?> +render();