diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2013-04-04 21:14:21 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2013-04-04 21:14:21 -0400 |
commit | 7ef110757efeafd1201791166d65ae114aa1e3d0 (patch) | |
tree | 3806233ef5394fe58d3b964f0c861be54ec43e57 | |
parent | 88b000c1b6daabd9044cd3c68b0b9e94eacb4c65 (diff) |
doc: Fix number of columns in table
-rw-r--r-- | doc/src/sgml/keywords.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/keywords.sgml b/doc/src/sgml/keywords.sgml index 9c49e07153c..d9f528e6fd8 100644 --- a/doc/src/sgml/keywords.sgml +++ b/doc/src/sgml/keywords.sgml @@ -82,7 +82,7 @@ <table id="keywords-table"> <title><acronym>SQL</acronym> Key Words</title> - <tgroup cols="5"> + <tgroup cols="6"> <thead> <row> <entry>Key Word</entry> |