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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/templates/Standard/add-edit-view.php
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