We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b417e88 commit dbc125eCopy full SHA for dbc125e
src/SocialPresenter.ts
@@ -67,7 +67,7 @@ export function presentSocial(
67
for (const k of classes) {
68
const userProfilePrefix: Node | null = store.any(k as any, ns.foaf('userProfilePrefix'))
69
if (userProfilePrefix) {
70
- return userProfilePrefix.value + id ;
+ return userProfilePrefix.value + id.trim() ;
71
}
72
73
return "no userProfilePrefix?"
0 commit comments