Skip to content

Commit f867149

Browse files
committed
Fix simple liniting issues
1 parent 500ecf7 commit f867149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/osi/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
endif;
4848
//Adding for AI template - secondary navigation
4949
if ( is_page_template( 'templates/ai-wide.php' ) ) :
50-
echo '<p class="ai-mobile-label">'. __( 'Open Source AI', 'osi' ) . '</p>';
50+
echo '<p class="ai-mobile-label">' . __( 'Open Source AI', 'osi' ) . '</p>';
5151
wp_nav_menu(
5252
array(
5353
'theme_location' => 'ai_secondary_nav',

0 commit comments

Comments
 (0)