Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit e451bdc

Browse files
committed
fix ^^
1 parent 909f315 commit e451bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/fontmetrics.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
'`': '`',
5050
'=': '='
5151
};
52-
53-
function escapeHtml (string) {
52+
53+
function escapeHTML (string) {
5454
return String(string).replace(/[&<>"'`=\/]/g, function (s) {
5555
return entityMap[s];
5656
});

0 commit comments

Comments
 (0)