Skip to content

Commit

Permalink
One more fix to the CSS class name errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jouni committed Jul 10, 2013
1 parent 25abb19 commit a87525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/vaadin/demo/dashboard/ScheduleView.java
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ public String getDescription() {

@Override
public String getStyleName() {
return movie.titleSlug();
return movie.titleSlug().replaceAll("&", "_");
}

@Override
Expand Down

0 comments on commit a87525a

Please sign in to comment.