Browse Source

Fix PHP error

te2dy 4 years ago
parent
commit
4c3b935e0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      single.php

+ 1 - 1
single.php

@@ -30,5 +30,5 @@ get_header();
 </div>
 
 <?php
-get_sidebar()
+get_sidebar();
 get_footer();