absperrblasen werden gezählt
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user