Insert epl version into template.

This commit is contained in:
Marcel Klehr 2012-10-27 17:28:15 +02:00
parent d5ace6c163
commit 3d1fd05085
3 changed files with 4 additions and 3 deletions

View file

@ -48,7 +48,6 @@ function render(lexed, filename, template, cb) {
template = template.replace(/__FILENAME__/g, filename);
template = template.replace(/__SECTION__/g, section);
template = template.replace(/__VERSION__/g, process.version);
template = template.replace(/__TOC__/g, toc);
// content has to be the last thing we do with