mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: add optional displayName parameter for discourse-tag (#21391)
This commit is contained in:
@@ -49,7 +49,7 @@ export function defaultRenderTag(tag, params) {
|
||||
" class='" +
|
||||
classes.join(" ") +
|
||||
"'>" +
|
||||
visibleName +
|
||||
(params.displayName ? escape(params.displayName) : visibleName) +
|
||||
"</" +
|
||||
tagName +
|
||||
">";
|
||||
|
||||
Reference in New Issue
Block a user