Skip to content

Changes

Summary

  1. Fixed HTML warning on use of <b> (details)
Commit d2869654f078ac13830dff494960fe73e1f21400 by noreply
Fixed HTML warning on use of <b>

The code changes were generated in a modelica program which uses the <b> tag for bold. This is apparently deprecated in github, thus the code was fixed by substituting with <strong>.
The file was modified Modelica/Blocks/Tables.mo (diff)