Skip to content

Commit a87525a

Browse files
committed
One more fix to the CSS class name errors
1 parent 25abb19 commit a87525a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/vaadin/demo/dashboard/ScheduleView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public String getDescription() {
361361

362362
@Override
363363
public String getStyleName() {
364-
return movie.titleSlug();
364+
return movie.titleSlug().replaceAll("&", "_");
365365
}
366366

367367
@Override

0 commit comments

Comments
 (0)