Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sotarok committed Jun 29, 2020
1 parent 3e5966e commit 98f5cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/util/CrowiRenderer.ts
Expand Up @@ -93,7 +93,7 @@ export default class CrowiRenderer {
result = code
}

result = escape ? result : Crowi.escape(result, true)
result = escaped ? result : Crowi.escape(result, true)

let citeTag = ''
if (langFn) {
Expand Down

0 comments on commit 98f5cb7

Please sign in to comment.