Too many html br tags inserted when using templates in Calendars
-
In the template editor I had the following.
<div class=”gce-list-event gce-tooltip-event”>[event-title]</div>
[if-single-day][start-time] – [end-time][/if-single-day]
[if-multi-day][start-time] Ends:[end-date] – [end-time][/if-multi-day]
[if-location]Location:[location][/if-location]
[if-description]Description:[description][/if-description]
[link newwindow=”true”]More details…[/link]After each line is processed the html would have two
<br>
after each part of the event. Previous versions did not do this. They only put in one. I had to put everything on one line and then put a<br>
between each element printed. Is this a problem with the 3.0.13 Simple Calendar or is this how it should work.https://www.ads-software.com/plugins/google-calendar-events/
- The topic ‘Too many html br tags inserted when using templates in Calendars’ is closed to new replies.