diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-06-07 13:10:18 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-06-07 13:12:08 +0200 |
commit | ab5b55505ec4bf08a9f93810e1bfada93bc63bb5 (patch) | |
tree | bcb54a53b8fd8567b8f4ea475c376190dfb06baf /doc/src/sgml/ref/pg_dump.sgml | |
parent | c8be915aa9fcc4c0cba563ddbb2e5af7a2dadd12 (diff) | |
download | postgresql-ab5b55505ec4bf08a9f93810e1bfada93bc63bb5.tar.gz postgresql-ab5b55505ec4bf08a9f93810e1bfada93bc63bb5.zip |
doc: Remove line breaks after <title>
This creates unnecessary rendering problem risks, and it's
inconsistent and gets copied around.
Diffstat (limited to 'doc/src/sgml/ref/pg_dump.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 197b5c0d70e..2f0807e9127 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -33,9 +33,7 @@ PostgreSQL documentation <refsect1 id="pg-dump-description"> - <title> - Description - </title> + <title>Description</title> <para> <application>pg_dump</application> is a utility for backing up a |