Skip to content

Commit 5d64246

Browse files
committed
More Dymola-ism removed.
1 parent 2a6c6b1 commit 5d64246

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ModelicaByExample/Connectors/Graphics.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ package Graphics
2828
fillPattern=FillPattern.Solid,
2929
textString="%name")}),
3030
Documentation(info="<html>
31-
<p>This connector is used to represent the &QUOT;positive&QUOT; pins on electrical components. This does not imply that the voltage at this pin needs to be positive or even greater than voltages on <a href=\"modelica://ModelicaByExample.Connectors.Graphics.NegativePin\">&QUOT;negative&QUOT; pins</a>. It is simply a convention used to distinguish different connectors on components (particularly those with only two pins).</p>
31+
<p>This connector is used to represent the &quot;positive&quot; pins on electrical components. This does not imply that the voltage at this pin needs to be positive or even greater than voltages on <a href=\"modelica://ModelicaByExample.Connectors.Graphics.NegativePin\">&quot;negative&quot; pins</a>. It is simply a convention used to distinguish different connectors on components (particularly those with only two pins).</p>
3232
</html>"));
3333
end PositivePin;
3434

ModelicaByExample/Introduction.mo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
within ModelicaByExample;
22
package Introduction "Library Introduction"
33
annotation(DocumentationClass=true, Documentation(info="<html>
4-
<p><h4><font color=\"#008000\">What is this?</font></h4></p>
5-
<p>&LT;&LT;link to book site&GT;&GT;</p>
6-
<p><h4><font color=\"#008000\">Who made this possible?</font></h4></p>
7-
<p>&LT;&LT;sponsors&GT;&GT;</p>
4+
<h4><font color=\"#008000\">What is this?</font></h4>
5+
<p>&lt;&lt;link to book site&gt;&gt;</p>
6+
<h4><font color=\"#008000\">Who made this possible?</font></h4>
7+
<p>&lt;&lt;sponsors&gt;&gt;</p>
88
</html>"));
99
end Introduction;

0 commit comments

Comments
 (0)