mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Fix SVG icon in local-dates
This commit is contained in:
@ -89,7 +89,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
var html = "<span>";
|
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 class='relative-time'></span>";
|
||||||
html += "</span>";
|
html += "</span>";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user