Omit superfluous newline in output.

This commit is contained in:
Daniel Kraus 2015-08-16 05:17:24 +02:00
parent 2745ab819c
commit 392de61b74

View File

@ -68,8 +68,8 @@ namespace zaaReloaded2.Formatter
static string FormatHeader(string text) static string FormatHeader(string text)
{ {
return String.Format("{0}<style:{1}>Laborwerte vom {2}:{3}<style:{4}>", return String.Format("<style:{0}>Laborwerte vom {1}:{2}<style:{3}>",
Environment.NewLine, // Environment.NewLine,
Properties.Settings.Default.StyleHeader, Properties.Settings.Default.StyleHeader,
text, text,
Environment.NewLine, Environment.NewLine,