Skip to content

Commit 9f5ba33

Browse files
committed
Docs: minor correction: added missing closing tag (</p>) (popup/popup-panels.html)
1 parent a4450fb commit 9f5ba33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/popup/popup-panels.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2>Overlay panels</h2>
7272
}
7373
</code></pre>
7474

75-
<p>Because the popup container is positioned absolute, you can't make the panel full height with <code>height:100%;</code>. This small script sets the height of the popup to the actual screen height.
75+
<p>Because the popup container is positioned absolute, you can't make the panel full height with <code>height:100%;</code>. This small script sets the height of the popup to the actual screen height.</p>
7676
<pre><code>
7777
$( "#popupPanel" ).on({
7878
popupbeforeposition: function() {

0 commit comments

Comments
 (0)