Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Switched to HTML NewLine for the ShowingScheduleDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
bofirial committed Jun 12, 2017
1 parent 7db3955 commit 777ae92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public TheaterSchedule ParseTheaterScheduleHTML(string html)
{
if (IsShowingScheduleRow(column2Text))
{
currentTheaterShowing.ShowingScheduleDescription = $"{currentTheaterShowing.ShowingScheduleDescription}{column1Text} {column2Text}\r\n";
currentTheaterShowing.ShowingScheduleDescription = $"{currentTheaterShowing.ShowingScheduleDescription}{column1Text} {column2Text}<br />";
}
else
{
Expand Down

0 comments on commit 777ae92

Please sign in to comment.