replace broken tag in tutorial template (#188)

This commit is contained in:
Jeff Williams 2012-09-20 08:06:34 -07:00
parent 20f8709463
commit 6b95d8b29d

View File

@ -6,7 +6,7 @@
var self = this;
children.forEach(function(t) { ?>
<li><?js= self.tutoriallink(t.name) ?></li>
<? }); ?></ul>
<?js }); ?></ul>
<?js } ?>
<h2><?js= header ?></h2>