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 e7f36cc commit 04bde37Copy full SHA for 04bde37
aurora/aurora-war/src/main/java/org/silverpeas/looks/aurora/Space.java
@@ -26,7 +26,7 @@ public String getName() {
26
27
public String getDescription() {
28
return WebEncodeHelper
29
- .convertWhiteSpacesForHTMLDisplay(Encode.forHtml(spaceInst.getDescription(userLanguage)));
+ .convertBlanksForHtml(Encode.forHtml(spaceInst.getDescription(userLanguage)));
30
}
31
32
public void setIntro(String intro) {
0 commit comments