mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Insert epl version into template.
This commit is contained in:
parent
d5ace6c163
commit
3d1fd05085
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue