From c529f8800e33bc969a9e5ce18294930837f279a2 Mon Sep 17 00:00:00 2001
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Thu, 14 Jul 2011 13:43:01 -0400
Subject: [PATCH] Fix broken markup

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

diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index 6ed77f4a29a..4b3712e60fa 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -4316,7 +4316,8 @@ ORDER BY c.ordinal_position;
       <entry>
        Currently always <literal>NO</literal>.  The alternative
        <literal>YES</literal> applies to a feature not available in
-       <productname>PostgreSQL</></entry>.
+       <productname>PostgreSQL</>.
+      </entry>
      </row>
 
      <row>
-- 
GitLab