diff options
Diffstat (limited to 'resources/views/layouts')
| -rw-r--r-- | resources/views/layouts/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/layouts/setup.php b/resources/views/layouts/setup.php index 19de717569..4b237305e7 100644 --- a/resources/views/layouts/setup.php +++ b/resources/views/layouts/setup.php @@ -8,7 +8,7 @@ <title><?= I18N::translate('Setup wizard for webtrees') ?></title> <link rel="icon" href="favicon.ico" type="image/x-icon"> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous"> + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous"> </head> <body class="container"> |
