diff -Naur wordpress-meta/wordcamp.org/public_html/wp-content/plugins/multi-event-sponsors/views/shortcode-multi-event-sponsors.php wordpress-meta/wordcamp.org/public_html/wp-content/plugins/multi-event-sponsors/views/shortcode-multi-event-sponsors.php
--- wordpress-meta/wordcamp.org/public_html/wp-content/plugins/multi-event-sponsors/views/shortcode-multi-event-sponsors.php	2018-09-22 10:07:02.028578000 +0530
+++ wordpress-meta/wordcamp.org/public_html/wp-content/plugins/multi-event-sponsors/views/shortcode-multi-event-sponsors.php	2018-09-22 13:46:03.062803751 +0530
@@ -12,8 +12,8 @@
 			<?php foreach( $sponsor_ids as $sponsor_id ) : ?>
 
 				<li>
-					<a href="<?php echo esc_attr( esc_url( get_permalink( $sponsor_id ) ) ); ?>"><?php echo esc_html( $sponsors[ $sponsor_id ]->post_title ); ?></a> is a
-					<a href="<?php echo esc_attr( esc_url( get_permalink( $level_id ) ) ); ?>"><?php echo esc_html( $sponsorship_levels[ $level_id ]->post_title ); ?></a> for your event.
+					<a href="<?php echo esc_url( get_permalink( $sponsor_id ) ); ?>"><?php echo esc_html( $sponsors[ $sponsor_id ]->post_title ); ?></a> is a
+					<a href="<?php echo esc_url( get_permalink( $level_id ) ); ?>"><?php echo esc_html( $sponsorship_levels[ $level_id ]->post_title ); ?></a> for your event.
 				</li>
 
 			<?php endforeach; ?>
