From bb4eefe7bf518e42c73797ea37b033a5d8a8e70a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 23 Feb 2014 21:25:35 -0500 Subject: doc: Improve DocBook XML validity DocBook XML is superficially compatible with DocBook SGML but has a slightly stricter DTD that we have been violating in a few cases. Although XSLT doesn't care whether the document is valid, the style sheets don't necessarily process invalid documents correctly, so we need to work toward fixing this. This first commit moves the indexterms in refentry elements to an allowed position. It has no impact on the output. --- doc/src/sgml/ref/create_function.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/ref/create_function.sgml') diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index b61b9785ee9..20019215351 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -3,6 +3,10 @@ doc/src/sgml/ref/create_function.sgml --> + + CREATE FUNCTION + + CREATE FUNCTION 7 @@ -14,10 +18,6 @@ doc/src/sgml/ref/create_function.sgml define a new function - - CREATE FUNCTION - - CREATE [ OR REPLACE ] FUNCTION -- cgit v1.2.3