diff --git a/bin/index.js b/bin/index.js index 7d7e1fc..1a23ef0 100755 --- a/bin/index.js +++ b/bin/index.js @@ -102,7 +102,7 @@ function writeMath(mathTxt, inLine) { // store svg in a file fs.writeFileSync(fileName, svgCode); - let alt = `alt=" "`; + let alt = `alt=""`; // if display mode mathTxt can include inline tags // replace by $ to avoid processing them later // use $$, $ has special meaning in replace()