Skip to content

HTML issue in Modelica.UsersGuide.ReleaseNotes.Version_1_5 #4001

Open
@FadyNassif

Description

@FadyNassif

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 &lt; startTime";

Line 7683

Bug in getInterpolationCoefficients for startTime **<>** 0 fixed:

should be

Bug in getInterpolationCoefficients for startTime **&lt;&gt;** 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    L: UsersGuideIssue addresses Modelica.UsersGuidedocumentationIssue addresses the documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions