From ddc88d615c1ea540b138876decd9f43938584be5 Mon Sep 17 00:00:00 2001 From: _00_ <131402327+rgaricano@users.noreply.github.com> Date: Wed, 27 Aug 2025 03:58:18 +0200 Subject: [PATCH] FIX: Auto RTL-LTR text orientation FIX: Auto RTL-LTR text orientation This tag was a `
` and changed by `
  • ` in commit https://github.com/open-webui/open-webui/commit/bb6864dd127e8bc0b0467dfb9eb87f460acecfa8#r164667886 & this change broke the previous behavior of auto text orientation. --- src/lib/components/chat/Messages/Message.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/chat/Messages/Message.svelte b/src/lib/components/chat/Messages/Message.svelte index e90b4926a1..dd48e22506 100644 --- a/src/lib/components/chat/Messages/Message.svelte +++ b/src/lib/components/chat/Messages/Message.svelte @@ -44,7 +44,7 @@ export let topPadding = false; -
  • {/if} {/if} -
  • +