Skip to content

Commit

Permalink
Merge pull request #1938 from CityOfPhiladelphia/quarter-page-fix
Browse files Browse the repository at this point in the history
nest faq search in if statement
  • Loading branch information
m-atia committed Jul 19, 2023
2 parents e644637 + e5df2d4 commit debe749
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<?php endforeach; ?>
</div>
<?php endif; ?>
<div class="not-found h3" style="display:none">No results found for that search.</div>
<?php if ( !empty( $faq_search ) ): ?>
<div class="not-found h3" style="display:none">No results found for that search.</div>
</div>
<?php endif; ?>

Expand Down

0 comments on commit debe749

Please sign in to comment.