summaryrefslogtreecommitdiff
path: root/resources/views/lists/families-table.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/lists/families-table.phtml')
-rw-r--r--resources/views/lists/families-table.phtml4
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/views/lists/families-table.phtml b/resources/views/lists/families-table.phtml
index b0a54deb9a..361c4790d2 100644
--- a/resources/views/lists/families-table.phtml
+++ b/resources/views/lists/families-table.phtml
@@ -321,9 +321,7 @@ for ($year = 1550; $year < 2030; $year += 10) {
<!-- Marriage place -->
<td>
<?php foreach ($family->getAllMarriagePlaces() as $n => $marriage_place) : ?>
- <a href="<?= e($marriage_place->url()) ?>" title="<?= strip_tags($marriage_place->getFullName()) ?>">
- <?= $marriage_place->getShortName() ?>
- </a>
+ <?= $marriage_place->shortName(true) ?>
<br>
<?php endforeach ?>
</td>