Parcourir la source

Fix table syntax

Baptiste Jonglez il y a 7 ans
Parent
commit
19e4508fde
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -106,7 +106,7 @@ reference of the possible values.  Booleans are simply expressed with `0`
 and `1`.
 
 | Variable name      | Type     | Description                           | Reference                                                                                                            |
-|--------------------+----------+---------------------------------------+----------------------------------------------------------------------------------------------------------------------|
+|--------------------|----------|---------------------------------------|---------------------------------------------------------------------------------------------------------------------- |
 | `QUERY4_TYPE`      | `string` | Type of DHCP message                  | <https://jenkins.isc.org/job/Kea_doc/doxygen/d5/d8c/namespaceisc_1_1dhcp.html#aa5bfdcc4861aa3dab5328dba89362016>     |
 | `QUERY4_INTERFACE` | `string` | Interface on which query was received |                                                                                                                      |
 | `QUERY4_RELAYED`   | `bool`   |                                       | <https://jenkins.isc.org/job/Kea_doc/doxygen/de/d13/classisc_1_1dhcp_1_1Pkt4.html#a8468401827b9bacdd3796bb4e20d8e5e> |