fixing a problem with the member template
authorIan Weller <ian@gaslightmedia.com>
Fri, 11 Nov 2016 16:11:18 +0000 (11:11 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 11 Nov 2016 16:11:18 +0000 (11:11 -0500)
I added a missing end div tag to the template file.

glm-members-only-template.php

index af0c014..42e48eb 100644 (file)
@@ -48,6 +48,7 @@ Template Name: GLM Members Only Template
             </div>
         </div>
     </main>
+    </div>
 </div>
                 
 <?php get_footer(); ?>