Skip to content
Snippets Groups Projects
Commit a2564d47 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo Committed by GitHub
Browse files

Merge pull request #492 from sgomez/fix-metadata-bug

Fix object operator bug on templates/metadata.php
parents ab60545e 75c9bb66
No related branches found
No related tags found
No related merge requests found
<?php <?php
$this-data['header'] = $this->t($this->data['headerString']); $this->data['header'] = $this->t($this->data['headerString']);
$this->includeAtTemplateBase('includes/header.php'); ?> $this->includeAtTemplateBase('includes/header.php'); ?>
<h2><?php echo $this->data['header']; ?></h2> <h2><?php echo $this->data['header']; ?></h2>
<p><?php echo $this->t('metadata_intro'); ?></p> <p><?php echo $this->t('metadata_intro'); ?></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment