Skip to content

Commit eac14f7

Browse files
committed
Fixing little stuff on Community component when title having apostrophes
1 parent 9e0ffbd commit eac14f7

File tree

1 file changed

+1
-1
lines changed
  • community/community-war/src/main/webapp/community/jsp

1 file changed

+1
-1
lines changed

community/community-war/src/main/webapp/community/jsp/main.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
currentUser : currentUser,
167167
componentInstanceId : '${componentId}',
168168
spaceId : '${communityOfUsers.spaceId}',
169-
spaceLabel : '${spaceLabel}',
169+
spaceLabel : '${silfn:escapeJs(spaceLabel)}',
170170
displayCharterOnSpaceHomepage : ${displayCharterOnSpaceHomepage}
171171
};
172172
<c:if test="${isAdmin}">

0 commit comments

Comments
 (0)