diff options
author | Heikki Linnakangas | 2025-04-02 15:17:47 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2025-04-02 15:21:07 +0000 |
commit | ea3f9b6da34a1a4dc2c0c118789587c2a85c78d7 (patch) | |
tree | 54f58464e7bbaa3fd0e5e80c5b7f03cd46130677 | |
parent | 46df9487d973d00c83a7962935063f3a6518939c (diff) |
docs: Fix column count attribute in table
Nothing seems to actually depend on the attribute, as the docs built
successfully, but let's be tidy.
Reported offlist by Matthias van de Meent
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index d73e4d6dbdf..a746c967053 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -223,7 +223,7 @@ <table> <title>Protocol versions</title> - <tgroup cols="2"> + <tgroup cols="3"> <thead> <row> <entry>Version</entry> |