Skip to content
Snippets Groups Projects
Commit f296a35a authored by Dorian Merz's avatar Dorian Merz Committed by Frank Morgner
Browse files

refs #13931

* adds data-dissertationNote template to finc master
parent d80a2de8
No related merge requests found
<? if (!empty($data)): ?>
<? if (isset($data['g'])) {
$dissertationMisc = $data['g'];
unset($data['g']);
} ?>
<?=implode(', ', array_map([$this, 'escapeHtml'], $data)); ?><? if (isset($dissertationMisc)): ?> (<?=$dissertationMisc?>)<? endif;?>
<? endif; ?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment