Skip to content

Commit 04bde37

Browse files
mmoquiSilverYoCha
authored andcommitted
Bug #12805
Take into account the renaming of WebEncodeHelper#convertWhiteSpacesForHTMLDisplay to WebEncodeHelper#convertBlanksForHtml
1 parent e7f36cc commit 04bde37

File tree

1 file changed

+1
-1
lines changed
  • aurora/aurora-war/src/main/java/org/silverpeas/looks/aurora

1 file changed

+1
-1
lines changed

aurora/aurora-war/src/main/java/org/silverpeas/looks/aurora/Space.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public String getName() {
2626

2727
public String getDescription() {
2828
return WebEncodeHelper
29-
.convertWhiteSpacesForHTMLDisplay(Encode.forHtml(spaceInst.getDescription(userLanguage)));
29+
.convertBlanksForHtml(Encode.forHtml(spaceInst.getDescription(userLanguage)));
3030
}
3131

3232
public void setIntro(String intro) {

0 commit comments

Comments
 (0)