mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-18 12:14:50 -04:00
Bugfixes for eejs
This commit is contained in:
parent
f6212f452c
commit
6fb0e00f03
4 changed files with 16 additions and 19 deletions
|
@ -1,5 +1,3 @@
|
|||
<% var e = require("./eejs.js"); e.init(buf); %>
|
||||
|
||||
a
|
||||
<% e.begin_block("bar"); %>
|
||||
A
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<% var e = require("./eejs.js"); e.init(buf); %>
|
||||
|
||||
<% e.begin_define_block("foo"); %>
|
||||
YY
|
||||
<% e.end_define_block(); %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue