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:
I have read and followed all the instructions provided in the README.md.
I am on the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
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.
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:**
- [X] I have read and followed all the instructions provided in the README.md.
- [X] I am on the latest version of both Open WebUI and Ollama.
- [ ] I have included the browser console logs.
- [ ] I have included the Docker container logs.
- [X] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
## 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):**
<img width="944" alt="Image" src="https://github.com/user-attachments/assets/e896fe38-b7c8-42b4-b1c9-92d8a3f37111" />
## Additional Information
This used to behave as I expected and changed quite recently.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?