Omit superfluous newline in output.

This commit is contained in:
Daniel Kraus 2015-08-16 05:17:24 +02:00
parent 2745ab819c
commit 392de61b74
1 changed files with 2 additions and 2 deletions

View File

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