readd list styling

This commit is contained in:
Daniel Waxweiler 2023-05-07 21:51:10 +02:00
parent d79a0cf9a6
commit e69d87187b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if (!defined('ABSPATH')) {
}
?>
<div class="<?php echo esc_attr($classNamePrefix); ?>_events-list-php">
<ul>
<ul style="list-style-type: none; padding-left: 0;">
<?php foreach($events as $event) { ?>
<li>
<a href="<?php echo esc_attr($event['url']); ?>"><?php echo esc_html_e($event['title']); ?></a>