mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Typing double quotes into prompt text field uses nonstandard quote characters #3768
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 @find0x90 on GitHub (Feb 11, 2025).
Installation Method
Docker
Environment
Open WebUI Version: latest nightly docker image as of 2/11/2025
Ollama (if applicable): 0.5.7
Operating System: macOS 15.3.1
Browser (if applicable): Safari
Confirmation:
Expected Behavior:
When typing double quotes into the prompt text field, the standard double quote character should be used: "
Actual Behavior:
Different quotes are used: “ ”
Description
Reproduction Details
Steps to Reproduce:
Use double quotes in a prompt.
Logs and Screenshots
Browser Console Logs:
N/A
Docker Container Logs:
N/A
Screenshots/Screen Recordings (if applicable):

Additional Information
This used to behave as I expected and changed quite recently.
@tjbck commented on GitHub (Feb 11, 2025):
You can disable rich text input from settings > interface.
@find0x90 commented on GitHub (Feb 11, 2025):
Thanks, that worked! Can I do that in the admin panel for all users?