absperrblasen werden gezählt

This commit is contained in:
HuskyTeufel
2022-01-26 14:17:40 +01:00
parent c01f237c6a
commit 6159ab0af0
6 changed files with 36 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ namespace XMLParser.Functions.ProtokollWriter
makeHeaderTitlesInHtml(avaibleHeaders);
writeToFile(result);
writeToFile("</table>");
writeHTMLFooter();
}
@@ -87,5 +87,12 @@ namespace XMLParser.Functions.ProtokollWriter
}
writeToFile("</tr>");
}
public void WriteBaried(string content)
{
writeToFile(string.Format("<p>{0}</p>",content));
writeHTMLFooter();
}
}
}