Skip to content

Commit ac64c52

Browse files
committed
fixed wrong ejs tag usage
1 parent 89af6d0 commit ac64c52

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

runners/wikiEclipse/templates/changeFile.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You confirm this with the *Open* button in the bottom right corner and <%= fileN
1414
Copy the following text.
1515
[source, <%= fileType; %>]
1616
----
17-
<%= content; %>
17+
<%- content; %>
1818
----
1919

2020

runners/wikiEditor/templates/changeFile.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You confirm this with the *Open* button in the bottom right corner <%= fileName;
1414
Copy the following text.
1515
[source, <%= fileType; %>]
1616
----
17-
<%= content; %>
17+
<%- content; %>
1818
----
1919

2020

runners/wikiVsCode/templates/changeFile.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can confirm this with the *Open* button in the bottom right corner and <%= f
1313
Copy the following text.
1414
[source, <%= fileType; %>]
1515
----
16-
<%= content; %>
16+
<%- content; %>
1717
----
1818

1919
<% if(lineNumber) { %>Insert the content into the line *<%= lineNumber%>* in the opened <%= fileName; %>.

0 commit comments

Comments
 (0)