Skip to content

Commit 4c231a1

Browse files
committed
use semicolon separator
1 parent 0a7fba8 commit 4c231a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

previewers/betatest/js/refiqdacore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ function getCodeNames(selection) {
897897
}
898898
}
899899
}
900-
return codeNameList.join(', ');
900+
return codeNameList.join('; ');
901901
}
902902

903903
// Update the createSelectionWithTooltip function to use a simpler data structure

0 commit comments

Comments
 (0)