Open
Description
Hello,
The content of the hmtl doesn't respect the HTML language, it contains HTML reserved characters in particular < >
Example:
L 7669: // parameter SIunits.Time startTime[:]={0} "Output = offset for time < startTime";
Should be
// parameter SIunits.Time startTime[:]={0} "Output = offset for time < startTime";
Line 7683
Bug in getInterpolationCoefficients for startTime **<>** 0 fixed:
should beBug in getInterpolationCoefficients for startTime **<>** 0 fixed:
Double quotes should also be fixed but this is in the hole documentation and not only in that file.
Please refer to the https://www.html.am/reference/html-special-characters.cfm for more information on the html reserved characters.
Thanks
Fady