mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:42:46 +08:00
Fix SVG icon in local-dates
This commit is contained in:
parent
005e1ecb9b
commit
52440415c5
|
@ -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>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user