diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-16 15:04:19 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-16 15:07:42 +0000 |
| commit | 87c4c864592057c1fb70471c5b9678d93bf1e2be (patch) | |
| tree | 5b5bf17b067e60fe664ed9444b17f28171958813 | |
| parent | 48a3f51b012ba8eb8b38d5e698b093960c5f3dbc (diff) | |
| download | webtrees-87c4c864592057c1fb70471c5b9678d93bf1e2be.tar.gz webtrees-87c4c864592057c1fb70471c5b9678d93bf1e2be.tar.bz2 webtrees-87c4c864592057c1fb70471c5b9678d93bf1e2be.zip | |
Fix: #3727 - remove spurious character
| -rw-r--r-- | resources/views/edit/add-fact.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/edit/add-fact.phtml b/resources/views/edit/add-fact.phtml index 59afb810ee..8fc898f894 100644 --- a/resources/views/edit/add-fact.phtml +++ b/resources/views/edit/add-fact.phtml @@ -20,7 +20,7 @@ use Ramsey\Uuid\Uuid; ?> -<h2 class="wt-page-title"><?= $title ?></h2>z +<h2 class="wt-page-title"><?= $title ?></h2> <form method="post" action="<?= e(route(EditFactAction::class, ['tree' => $tree->name(), 'xref' => $record->xref()])) ?>" class="wt-page-content"> <?= csrf_field() ?> |
