Originally created by @bdurrer on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12402
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Git Clone
### Open WebUI Version
latest
### Ollama Version (if applicable)
_No response_
### Operating System
irrelevant
### Browser (if applicable)
any
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
### Expected Behavior
`app.html` is not valid html
### Actual Behavior
style tag at the end of the file, outside root (html) element
```
</body>
</html>
<style type="text/css" nonce="">
html {
overflow-y: hidden !important;
}
#splash-screen {
background: #fff;
}
```
### Steps to Reproduce
open raw source file
### Logs & Screenshots
not necessary
### Additional Information
_No response_
GiteaMirror
added the bug label 2026-05-20 21:20:54 -05:00
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 @bdurrer on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12402
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
latest
Ollama Version (if applicable)
No response
Operating System
irrelevant
Browser (if applicable)
any
Confirmation
README.md.Expected Behavior
app.htmlis not valid htmlActual Behavior
style tag at the end of the file, outside root (html) element
Steps to Reproduce
open raw source file
Logs & Screenshots
not necessary
Additional Information
No response