wikiedu-icon
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -5,3 +5,3 @@ let WikieduIcons = require("./src/icons.js"); | ||
WikieduIcons.icons.map((icon) => { | ||
text = text.replace(new RegExp(icon.name, 'g') '<img src="' + icon.src + '"/>'); | ||
text = text.replace(new RegExp(icon.name, 'g'), '<img src="' + icon.src + '"/>'); | ||
}); | ||
@@ -8,0 +8,0 @@ |
@@ -77,3 +77,3 @@ { | ||
}, | ||
"version": "1.0.4" | ||
"version": "1.0.5" | ||
} |
2349