diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-18 15:10:41 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-18 15:10:41 +0000 |
| commit | 7dca5265e4312c8525862b13665feab404dce2f2 (patch) | |
| tree | dbdad20d2aab055a43446fac2228927cdf670854 /resources/views/modals/source-fields.phtml | |
| parent | 5269070e03e023c0a2718419e647ecd3cbd5c8a0 (diff) | |
| download | webtrees-7dca5265e4312c8525862b13665feab404dce2f2.tar.gz webtrees-7dca5265e4312c8525862b13665feab404dce2f2.tar.bz2 webtrees-7dca5265e4312c8525862b13665feab404dce2f2.zip | |
HTML validation
Diffstat (limited to 'resources/views/modals/source-fields.phtml')
| -rw-r--r-- | resources/views/modals/source-fields.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modals/source-fields.phtml b/resources/views/modals/source-fields.phtml index 4a292708cd..d59dba4254 100644 --- a/resources/views/modals/source-fields.phtml +++ b/resources/views/modals/source-fields.phtml @@ -14,7 +14,7 @@ use Fisharebest\Webtrees\Tree; <?= I18N::translate('Title') ?> </label> <div class="col-sm-10"> - <input class="form-control" type="text" id="source-title" name="source-title" required> + <input class="form-control" type="text" id="source-title" name="source-title" required="required"> </div> </div> <div class="form-group row"> |
