Replies: 0
Hi,
I may have missed something, or this is a bug. When I have a location connected to an event and I view that event page the location is shown twice. I believe this is a bug, correct me if I am doing something wrong. Using version 5.17.1 in the file app/skins/single.php you have on line 943:
<dd class="author fn org"><?php echo $this->get_location_html($location); ?></dd><dd class="author fn org"><?php echo $this->get_location_html($location); ?></dd>
This is what is causing the issue from what I can tell and is different to 5.17.0 which I believe works fine. Are you able to look at this and confirm a bug?