Skip to content

Commit

Permalink
Update for rich titles
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbers committed Dec 16, 2020
1 parent 7fd4fc3 commit 208099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/browse.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
<?php endif; ?>

<p class="view-items-link"><?php echo link_to_items_browse(__('View the items in %s', metadata('collection', array('Dublin Core', 'Title'))), array('collection' => metadata('collection', 'id'))); ?></p>
<p class="view-items-link"><?php echo link_to_items_browse(__('View the items in %s', metadata('collection', 'rich_title', array('no_escape' => true))), array('collection' => metadata('collection', 'id'))); ?></p>

<?php fire_plugin_hook('public_collections_browse_each', array('view' => $this, 'collection' => $collection)); ?>

Expand Down

0 comments on commit 208099b

Please sign in to comment.