diff --git a/SolarPower/Quartz/Jobs/ExceptionSchedule.cs b/SolarPower/Quartz/Jobs/ExceptionSchedule.cs index 80f7107..7d3468a 100644 --- a/SolarPower/Quartz/Jobs/ExceptionSchedule.cs +++ b/SolarPower/Quartz/Jobs/ExceptionSchedule.cs @@ -80,6 +80,7 @@ namespace SolarPower.Quartz.Jobs var powerstation = await powerStationRepository.GetOneAsync(Exception.PowerStationId); if(powerstation.line_token != null) { + Content = " %0D%0A " + Content.Replace("
", " %0D%0A "); CallLineToken(Content, powerstation.line_token); } }