2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Fix SVG icon in local-dates

This commit is contained in:
Penar Musaraj 2018-11-07 13:22:23 -05:00
parent 005e1ecb9b
commit 52440415c5

View file

@ -89,7 +89,7 @@
}
var html = "<span>";
html += `<svg class="fa d-icon d-icon-globe-americas svg-icon"><use xlink:href="#globe-americas"></use></svg>`;
html += "<svg class=\"fa d-icon d-icon-globe-americas svg-icon\"><use xlink:href=\"#globe-americas\"></use></svg>";
html += "<span class='relative-time'></span>";
html += "</span>";