Skip to content

Commit 6a8da0e

Browse files
author
Roni Laukkarinen
committed
Remove extra space
1 parent 97c87a7 commit 6a8da0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<?php wp_footer(); ?>
2525

26-
<a href="#page" class="top"><span class="screen-reader-text"><?php echo esc_html_e('Back to top', 'air'); ?></span><?php echo wp_remote_fopen( esc_url( get_template_directory_uri() . '/svg/chevron-up.svg' ) ); ?></a>
26+
<a href="#page" class="top"><span class="screen-reader-text"><?php echo esc_html_e('Back to top', 'air'); ?></span><?php echo wp_remote_fopen( esc_url( get_template_directory_uri() . '/svg/chevron-up.svg' ) ); ?></a>
2727

2828
</body>
2929
</html>

0 commit comments

Comments
 (0)