From: Ben Harris Date: Tue, 7 Oct 2025 20:30:48 +0000 (+0100) Subject: webstead: use an to display C code X-Git-Tag: bedstead-3.261~44 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=d6ccde8a4a882675edeb6b037183e21549419ab6;p=bedstead.git webstead: use an to display C code --- diff --git a/webstead.xhtml b/webstead.xhtml index 9034518..5e0735c 100644 --- a/webstead.xhtml +++ b/webstead.xhtml @@ -58,7 +58,7 @@ args.push(arg.toString()); cstr += "\\" + arg.toString(8).padStart(2, "0"); } - document.getElementById("c").textContent = + document.getElementById("c").value = ` {"${cstr}", U() },`; Bedstead({ arguments: args, @@ -172,7 +172,7 @@ -

+

This editor contains code from Emscripten and musl libc under