Skip to content

Commit e43262f

Browse files
committed
fixed wrong ejs tag usage
1 parent 63f2030 commit e43262f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

runners/wikiEclipse/templates/createFile.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Confirm your inputs with the *Finish* button in the bottom right corner and an e
1616
Copy the following text.
1717
[source, <%= fileType; %>]
1818
----
19-
<%= content; %>
19+
<%- content; %>
2020
----
2121
Now insert the copied text into the new file. <% } %>
2222
The final step is to save the file by selecting *Save* in the file context menu or by using the keyboard shortcut ctrl+s and <%= fileName; %> has been created <% if(content){%>with the data from above<% }%>.

runners/wikiEditor/templates/createFile.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The editor opens a new editor window for an untitled file that can be edited now
1414
Copy the following text.
1515
[source, <%= fileType; %>]
1616
----
17-
<%= content; %>
17+
<%- content; %>
1818
----
1919
Now insert the copied text into the new file.
2020
<% } %>

runners/wikiVsCode/templates/createFile.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Opening a new file can be done by going to the file context menu in the top left
1313
Copy the following text.
1414
[source, <%= fileType; %>]
1515
----
16-
<%= content; %>
16+
<%- content; %>
1717
----
1818
Now insert the copied text into the new file.
1919
<% } %>

0 commit comments

Comments
 (0)