projects
/
WP-Themes
/
harborpointassociation2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe1d1e9
)
Removed extra space before comma after off-canvas city field
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 20 Jun 2018 13:06:56 +0000
(09:06 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 20 Jun 2018 13:06:56 +0000
(09:06 -0400)
sections/off-canvas.php
patch
|
blob
|
history
diff --git
a/sections/off-canvas.php
b/sections/off-canvas.php
index
9ac9a2b
..
7c6f11f
100644
(file)
--- a/
sections/off-canvas.php
+++ b/
sections/off-canvas.php
@@
-15,10
+15,10
@@
<?php endif;?>
<li>
<?php if (glm_get_clientinfo_option('city')) :?>
- <?php echo glm_get_clientinfo_option('city');?>
+ <?php echo glm_get_clientinfo_option('city');?>
,
<?php endif;?>
<?php if (glm_get_clientinfo_option('state')) :?>
-
,
<?php echo glm_get_clientinfo_option('state');?>
+ <?php echo glm_get_clientinfo_option('state');?>
<?php endif;?>
<?php if (glm_get_clientinfo_option('zip')) :?>
<?php echo glm_get_clientinfo_option('zip');?>