Modern Front-End Development for Rails: missing closing " (p 213 P1.0)

@noelrappin

page 213 P1.0 pdf:

example code chapter_11/01/app/views/schedule_days/_schedule_day.html.erb is missing a closing quote (")
for the id:

id="day-body-<%= schedule_day.day_string %>

needs a " at the end