Skip to content

Commit

Permalink
How did I miss this
Browse files Browse the repository at this point in the history
  • Loading branch information
steven4547466 committed Jun 15, 2020
1 parent d0c7a0a commit d4a86a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Session.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Session {

static sanitizeInputTags(text) {
return text.replace(/[{}]/g, function(ch) {
return ch === '{' ? '{open}' : '{close}'
return ch === '{' ? '{open}' : '{/close}'
})
}

Expand Down

0 comments on commit d4a86a7

Please sign in to comment.