mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #127] $amount bug on mobile #11945
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oliverbob on GitHub (Nov 22, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/127
On android mobile (any browser), a dollar sign on cost related topics are being escaped so that the result doesnt make sense.
Please see screenshot attached.

@tjbck commented on GitHub (Nov 22, 2023):
Hi, Could you share the raw response with us here? Thanks.
@tjbck commented on GitHub (Nov 22, 2023):
Hi, I've just added a hot fix disabling the latex render for texts starting with '$' sign, I believe that would fix your issue. Please let me know if the problem persists for you. Thanks!