Skip to content
Snippets Groups Projects
Commit e5a7fb0b authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Merge pull request #279 from tdiscuit/master

Corrected typo in core:show_metadata template
parents a0407d17 21beac9b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ $metadata['<?php echo $this->data['m']['metadata-index']; unset($this->data['m']
echo htmlspecialchars(var_export($this->data['m'], true));
?>
</pre>
<p>[ <a href="<?php echo $this->data['blacklink']; ?>">back</a> ]</p>
<p>[ <a href="<?php echo $this->data['backlink']; ?>">back</a> ]</p>
<?php
$this->includeAtTemplateBase('includes/footer.php');
......
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