diff options
| author | Carmen Pijpers <carmen@justcarmen.nl> | 2017-10-16 21:15:29 +0200 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-10-16 20:15:29 +0100 |
| commit | 1fa3b6dac47aaf1b35091b4833aa195907e7e00f (patch) | |
| tree | 4aaf88e8eff5deea2d086a6b7f5f19ddbb8c1335 | |
| parent | 1220d113fdf516f9f2b443064bd8f03467fecdb5 (diff) | |
| download | webtrees-1fa3b6dac47aaf1b35091b4833aa195907e7e00f.tar.gz webtrees-1fa3b6dac47aaf1b35091b4833aa195907e7e00f.tar.bz2 webtrees-1fa3b6dac47aaf1b35091b4833aa195907e7e00f.zip | |
Typo in classname (#1423)
| -rw-r--r-- | resources/views/tabs/album.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/tabs/album.php b/resources/views/tabs/album.php index 8df72ff7ab..9d57f86a41 100644 --- a/resources/views/tabs/album.php +++ b/resources/views/tabs/album.php @@ -2,7 +2,7 @@ <div class="wt-album-tab row py-4"> <?php foreach ($media_list as $media): ?> - <figure class="figure text-center col-sm=6 col-md-4 col-lg-3 col-xl-2 wt-album-tab-figure"> + <figure class="figure text-center col-sm-6 col-md-4 col-lg-3 col-xl-2 wt-album-tab-figure"> <?= $media->displayImage(100, 100, 'contain', ['class' => 'img-thumbnail wt-album-tab-image']) ?> <figcaption class="figure-caption wt-album-tab-caption"> <a href="<?= Html::escape($media->getRawUrl()) ?>"> |
