diff options
-rw-r--r-- | google-translator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-translator.js b/google-translator.js index 056e213..a34819e 100644 --- a/google-translator.js +++ b/google-translator.js @@ -280,7 +280,7 @@ let INFO = let actions = { echo: - function (text) liberator.echo('<div style="white-space:normal">'+text+'</div>', commandline.FORCE_MULTILINE), + function (text) liberator.echo('<div style="white-space:normal">' + text + '</div>', commandline.FORCE_MULTILINE), insert: // FIXME 見えない要素相手だとうまくいかない function (text) { |