Skip to content

Commit 9728408

Browse files
committed
comment
1 parent 3d8ced8 commit 9728408

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/DataHarmonizer.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1930,8 +1930,7 @@ class DataHarmonizer {
19301930
)}</strong>: ${field.title || field.name}</p>`;
19311931
}
19321932

1933-
// Requires markup treatment of URLS. Issue: this is getting rendered
1934-
// wrong.
1933+
// Requires markup treatment of URLS.
19351934
const slot_uri = this.renderSemanticID(field.slot_uri);
19361935
if (field.slot_uri && this.columnHelpEntries.includes('slot_uri')) {
19371936
ret += `<p><strong data-i18n="help-sidebar__column">${i18next.t(

0 commit comments

Comments
 (0)