From 32065d58182ca6732f9ee9704993dd710836495a Mon Sep 17 00:00:00 2001 From: jaakko Date: Tue, 7 Apr 2026 12:00:53 +0300 Subject: [PATCH] =?UTF-8?q?Korjattu=20=20index.html-esimerkiss?= =?UTF-8?q?=C3=A4=20joka=20katkaisi=20p=C3=A4=C3=A4sivun=20JS:n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sama bugi kuin aiemmin: template-literalin sulkee ulomman script-tagin. Pilkottu: '<'+'/script>'. Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-poc/static/index.html b/network-poc/static/index.html index a674065..20c7427 100644 --- a/network-poc/static/index.html +++ b/network-poc/static/index.html @@ -2516,7 +2516,7 @@ async function del(id) { load(); } load(); -` +<` + `/script>` : file.name.includes('model') ? `\nEXAMPLE output for a models.py: from sqlalchemy import create_engine, Column, Integer, String, Boolean, Text