Skip to content

Commit

Permalink
refactor: fix phpcs issue
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Bammes <[email protected]>
  • Loading branch information
zhyian and tyrann0us authored May 24, 2024
1 parent b443d6a commit f4c2211
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/search/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@

?>

<section class="c-degree-programs-search" lang="<?= esc_attr(get_bloginfo('language')) ?>" aria-labelledby="degree-programs-search-title">
<section
class="c-degree-programs-search"
lang="<?= esc_attr(get_bloginfo('language')) ?>"
aria-labelledby="degree-programs-search-title"
>
<?php if ($hiddenElements->isTitleVisible()) : ?>
<h1 id="degree-programs-search-title" class="c-degree-programs-search__title">
<?= esc_html_x(
Expand Down

0 comments on commit f4c2211

Please sign in to comment.