From 77e3876f533dff04b9479522edc0064322ce6926 Mon Sep 17 00:00:00 2001 From: Sven Cuyt Date: Wed, 18 Feb 2026 18:15:50 +0100 Subject: [PATCH] doc/userguide: fix table showing example payload Ticket: #8031. (cherry picked from commit a0cc53447166af351e964c9345f2708d5288717b) --- doc/userguide/rules/payload-keywords.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/userguide/rules/payload-keywords.rst b/doc/userguide/rules/payload-keywords.rst index 953e8b7b24..0503036030 100644 --- a/doc/userguide/rules/payload-keywords.rst +++ b/doc/userguide/rules/payload-keywords.rst @@ -302,11 +302,11 @@ As an example, consider a 32 byte payload: Another example, consider the following payload: - +-------------------------------+ -Index | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | - +-------------------------------+ -Value | a | b | c | d | e | f | g | h | - +-------------------------------+ ++-------+---+---+---+---+---+---+---+---+ +| Index | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | ++-------+---+---+---+---+---+---+---+---+ +| Value | a | b | c | d | e | f | g | h | ++-------+---+---+---+---+---+---+---+---+ Then the following rules match the payload as follows: