projects
/
WP-Themes
/
kalamazoobeerweek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a91ea
)
fixing a problem with the member template
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 11 Nov 2016 16:11:18 +0000
(11:11 -0500)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/glm-members-only-template.php
b/glm-members-only-template.php
index
af0c014
..
42e48eb
100644
(file)
--- a/
glm-members-only-template.php
+++ b/
glm-members-only-template.php
@@
-48,6
+48,7
@@
Template Name: GLM Members Only Template
</div>
</div>
</main>
+ </div>
</div>
<?php get_footer(); ?>