From cb821229c465ece546935f61ec3a92e7d03680c5 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 15 Feb 2026 14:04:27 +0100 Subject: [PATCH] Use if |/ in EvTable stripped padding. Resolve #3693 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2dfdcdf9a..40f3bc727f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ - [Fix][issue3154]: Persistent EvMenu caused multiple cmdsets on reload (Griatch) - [Fix][issue3193]: Formatting of inner nested evtable would break (Griatch) - [Fix][issue3082]: MXP linking broke EvTable formatting (Griatch) -- [Fix][issue3693]: MXP linking broke EvTable formatting (Griatch) +- [Fix][issue3693]: Using `|/` in EvTable broke padding (Griatch) - [Doc][pull3801]: Move Evennia doc build system to latest Sphinx/myST (PowershellNinja, also honorary mention to electroglyph) - [Doc][pull3800]: Describe support for Telnet SSH in HAProxy documentation (holl0wstar)