Skip to content

Commit 230c4b3

Browse files
committed
Fix <p> tag HTML typo
Closing p tag was in the wrong location.
1 parent d8bc66d commit 230c4b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenIPSL/Data/PowerPlant/HowTo.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ For these last two cases, there is a generator group model for each generator co
2222
<p>
2323
To be able to make use of the parameterized records containing the dynamic response related
2424
parameters of machines and their controls from this package, you must:
25+
</p>
2526
<ul>
2627
<li>Go to the <em>generation group model</em> where you intend to use the records.</li>
2728
<li>Drag and drop an instance of the <code>OpenIPSL.Data.PowerPlant.GUDynamics</code> record
@@ -44,7 +45,6 @@ parameters of machines and their controls from this package, you must:
4445
(b) copied and pasted or, (c) explored using the
4546
<em>Insert Component Reference</em> functionality.</li>
4647
</ul>
47-
</p>
4848
<p>A couple of <strong>examples</strong> have been created to illustrate the entire procedure.</p>
4949
</html>"));
5050
end HowTo;

0 commit comments

Comments
 (0)