Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rich_titles'
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Mar 22, 2021
2 parents 726a9f5 + 2e2bcd9 commit 1ff342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion items/show.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php echo head(array('title' => metadata('item', array('Dublin Core', 'Title')),'bodyclass' => 'items show')); ?>

<h1><?php echo metadata('item', array('Dublin Core', 'Title')); ?></h1>
<h1><?php echo metadata('item', 'rich_title', array('no_escape' => true)); ?></h1>

<div id="primary">

Expand Down

0 comments on commit 1ff342b

Please sign in to comment.