We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0ffbd commit eac14f7Copy full SHA for eac14f7
community/community-war/src/main/webapp/community/jsp/main.jsp
@@ -166,7 +166,7 @@
166
currentUser : currentUser,
167
componentInstanceId : '${componentId}',
168
spaceId : '${communityOfUsers.spaceId}',
169
- spaceLabel : '${spaceLabel}',
+ spaceLabel : '${silfn:escapeJs(spaceLabel)}',
170
displayCharterOnSpaceHomepage : ${displayCharterOnSpaceHomepage}
171
};
172
<c:if test="${isAdmin}">
0 commit comments