Skip to content
Snippets Groups Projects
Commit f3890444 authored by Remy Blom's avatar Remy Blom Committed by Tim van Dijen
Browse files

core/show-metadata: added a semicolon at the end (#1251)

parent b0b33ae7
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ $this->includeAtTemplateBase('includes/header.php');
<pre id="metadata">
$metadata['<?php echo $this->data['m']['metadata-index']; unset($this->data['m']['metadata-index']) ?>'] = <?php
echo htmlspecialchars(var_export($this->data['m'], true));
?>
?>;
</pre>
</div>
<script type="text/javascript">
......
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