summaryrefslogtreecommitdiff
path: root/resources/views/places-page.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/places-page.phtml')
-rw-r--r--resources/views/places-page.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/places-page.phtml b/resources/views/places-page.phtml
index 647c96ec37..0f5a26ff18 100644
--- a/resources/views/places-page.phtml
+++ b/resources/views/places-page.phtml
@@ -3,7 +3,7 @@
<div id="place-hierarchy">
<div class="container">
<h4><?= $title ?></h4>
- <h5 class="center">
+ <h5 class="text-center">
<?php if ($current) : ?>
<a href="<?= e(route('place-hierarchy', ['ged' => $tree->name()])) ?>">
<?= I18N::translate('World') ?>
@@ -22,12 +22,12 @@
<?php endif ?>
</h5>
<?php if ($note) : ?>
- <div class="center small text-muted">
+ <div class="text-center small text-muted">
<?= I18N::translate("Places without valid co-ordinates are not shown on the map and have a red border around the sidebar entry") ?>
</div>
<?php endif ?>
<?= $content ?>
- <div class="center">
+ <div class="text-center">
<?php if ($showeventslink) : ?>
<a class="formField" href= <?= e(route('place-hierarchy', ['ged' => $tree->name(), 'parent' => $parent, 'action' => 'hierarchy-e'])) ?>>
<?= I18N::translate('View table of events occurring in %s', $place) ?>