projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f313f5e
)
Removed errant }
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 6 May 2016 14:19:54 +0000
(10:19 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 6 May 2016 14:19:54 +0000
(10:19 -0400)
views/admin/events/editSchedule.html
patch
|
blob
|
history
diff --git
a/views/admin/events/editSchedule.html
b/views/admin/events/editSchedule.html
index
660afa6
..
5737d44
100644
(file)
--- a/
views/admin/events/editSchedule.html
+++ b/
views/admin/events/editSchedule.html
@@
-162,7
+162,7
@@
Use to add/delete specific dates to the schedule.
<p>
<span id="recurSpecDates_{$r.id}">
- {if $r.specific_dates}
}
+ {if $r.specific_dates}
{$ncei = 1000}
{foreach $r.specific_dates as $sd}
<span id="recurSpecDate_{$r.id}_{$ncei}" class="button glm-button-small"><input name="Recur{$r.id}_specDate[{$ncei}]" type="hidden" data-id="{$ncei}" value="{$sd}" class="recur-spec-date-{$r.id}">{$sd}</span>