Skip to content
Snippets Groups Projects
Commit 21beac9b authored by Tyler Antonio's avatar Tyler Antonio
Browse files

Corrected typo on backlink

parent a0407d17
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