We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8ced8 commit 9728408Copy full SHA for 9728408
lib/DataHarmonizer.js
@@ -1930,8 +1930,7 @@ class DataHarmonizer {
1930
)}</strong>: ${field.title || field.name}</p>`;
1931
}
1932
1933
- // Requires markup treatment of URLS. Issue: this is getting rendered
1934
- // wrong.
+ // Requires markup treatment of URLS.
1935
const slot_uri = this.renderSemanticID(field.slot_uri);
1936
if (field.slot_uri && this.columnHelpEntries.includes('slot_uri')) {
1937
ret += `<p><strong data-i18n="help-sidebar__column">${i18next.t(
0 commit comments