Skip to content

Commit

Permalink
Simple fix for h1 title (CFM-31) (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Sep 27, 2024
1 parent 20ba5da commit 27fc36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Standard/add-edit-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

<div class="page-title-container">
<div class="page-title">
<?php if(empty($subnav) || $this->getLayout() !== 'iframe'): ?>
<?php if(empty($subnav)): ?>
<h1><?= $vv_title ?></h1>
<?php else: ?>
<h2><?= $vv_title ?></h2>
Expand Down

0 comments on commit 27fc36e

Please sign in to comment.