diff -Naur wordpress-meta/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/template-events.php wordpress-meta/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/template-events.php
--- wordpress-meta/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/template-events.php	2018-09-22 10:07:02.072579000 +0530
+++ wordpress-meta/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/template-events.php	2018-09-22 10:21:12.820280427 +0530
@@ -14,7 +14,7 @@
 						<span class="owe-separator"></span>
 					<?php endif; ?>
 
-					<a href="<?php echo esc_attr( esc_url( $event->url ) ); ?>">
+					<a href="<?php echo esc_url( $event->url ); ?>">
 						<?php echo esc_html( $event->title ); ?>
 					</a>
 
