Omit superfluous newline in output.
This commit is contained in:
parent
2745ab819c
commit
392de61b74
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user