[GH-ISSUE #12402] issue: Loose style tag is not valid html #87327

Closed
opened 2026-05-15 11:47:05 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @bdurrer on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12402

Check Existing Issues

  • I have searched the existing issues and discussions.
  • 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

  • I have read and followed all instructions in README.md.
  • I am using 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 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

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-15 11:47:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#87327