Remove space between ol. and Name

This commit is contained in:
Tim Schaub
2014-05-14 16:26:44 -06:00
parent 3a0efe83c5
commit 8fbf67b7e6

View File

@@ -13,9 +13,7 @@
<header>
<h2><?js if (doc.ancestors && doc.ancestors.length) { ?>
<span class="ancestors"><?js= doc.ancestors.join('') ?></span>
<?js } ?>
<?js= doc.name ?>
<span class="ancestors"><?js= doc.ancestors.join('') ?></span><?js } ?><?js= doc.name ?>
<?js if (doc.variation) { ?>
<sup class="variation"><?js= doc.variation ?></sup>
<?js } ?></h2>