diff --git a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php index a5df56d6d8..dc423ee46d 100644 --- a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php +++ b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php @@ -102,7 +102,7 @@ function twentyseventeen_get_svg( $args = array() ) { * * See https://core.trac.wordpress.org/ticket/38387. */ - $svg .= ' '; + $svg .= ' '; // Add some markup to use as a fallback for browsers that do not support SVGs. if ( $args['fallback'] ) {