Print end of html file
function printHTML_end extends Modelica.Icons.Function; import Modelica.Utilities.Streams; input String fileName = "??????.html" "File on which the html end should be written"; end printHTML_end;