From 8c8ed4f456f0b343d5df332e0ff31c6bb889429f Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Sun, 17 Dec 2000 17:50:46 +0000
Subject: [PATCH] Add missing tags.

---
 doc/src/sgml/typeconv.sgml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/src/sgml/typeconv.sgml b/doc/src/sgml/typeconv.sgml
index cac31d8dfba..8b51ed2fa35 100644
--- a/doc/src/sgml/typeconv.sgml
+++ b/doc/src/sgml/typeconv.sgml
@@ -254,6 +254,7 @@ Run through all candidates and keep those with the most exact matches
 on input types.  Keep all candidates if none have any exact matches.
 If only one candidate remains, use it; else continue to the next step.
 </para>
+</step>
 <step performance="required">
 <para>
 Run through all candidates and keep those with the most exact or
@@ -462,6 +463,7 @@ Run through all candidates and keep those with the most exact matches
 on input types.  Keep all candidates if none have any exact matches.
 If only one candidate remains, use it; else continue to the next step.
 </para>
+</step>
 <step performance="required">
 <para>
 Run through all candidates and keep those with the most exact or
-- 
GitLab