We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e55942 commit f3f6261Copy full SHA for f3f6261
jspdf.plugin.cell.js
@@ -67,7 +67,7 @@
67
text.style.fontStyle = fontStyle;
68
text.style.fontName = fontName;
69
text.style.fontSize = fontSize + 'pt';
70
- text.innerText = txt;
+ text.textContent = txt;
71
72
document.body.appendChild(text);
73
0 commit comments