Skip to content

Simple fix for h1 title (CFM-31) #221

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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