Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8562b03

Browse files
committed
Fix broken markup.
1 parent e184663 commit 8562b03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/plpgsql.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.52 2004/12/17 03:51:34 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.53 2004/12/19 22:10:41 tgl Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -1642,7 +1642,8 @@ END IF;
16421642

16431643
<para>
16441644
<literal>ELSEIF</> is an alias for <literal>ELSIF</>.
1645-
</para>
1645+
</para>
1646+
</sect3>
16461647
</sect2>
16471648

16481649
<sect2 id="plpgsql-control-structures-loops">

0 commit comments

Comments
 (0)