Skip to content

Commit

Permalink
VUFIND-1726: Fix top heading to h1 on advanced search (vufind-org#4221)
Browse files Browse the repository at this point in the history
  • Loading branch information
maccabeelevine authored Jan 31, 2025
1 parent 8319c5b commit feaa67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap5/templates/search/advanced/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<input type="hidden" name="sort" value="<?=$this->escapeHtmlAttr($lastSort)?>">
<?php endif; ?>
<div class="clearfix">
<h2 class="pull-left flip"><?=$this->transEsc('Advanced Search')?></h2>
<h1 class="pull-left flip"><?=$this->transEsc('Advanced Search')?></h1>
<div id="groupJoin" class="form-inline pull-right flip">
<label for="groupJoinOptions"><?=$this->transEsc('search_match')?>:</label>
<select id="groupJoinOptions" name="join" class="form-control">
Expand Down

0 comments on commit feaa67e

Please sign in to comment.