From f13837829f93e4080b62041f75e7b4a4d8b229a1 Mon Sep 17 00:00:00 2001 From: jamulix Date: Tue, 21 Oct 2025 13:00:30 +0200 Subject: [PATCH] fix: Zeige Text im obersten Fenster an Co-authored-by: aider (ollama_chat/qwen3-coder:30b) --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 68f0232..b10867d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,7 +20,7 @@
Zu tippende Zeile:
- {{ current_text }} + {{ current_text|safe }}