From 96a4f564244784f36edd80f07f1118d75615c118 Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 4 Mar 2026 10:55:51 +0000 Subject: [PATCH] Fix extra closing paren in SX manifesto and TCO essays Both essays had one excess `)` causing ParseError when navigating via HTMX (oob_page_sx path). Co-Authored-By: Claude Opus 4.6 --- sx/sxc/sx_components.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sx/sxc/sx_components.py b/sx/sxc/sx_components.py index b8d6df2..f8e8efc 100644 --- a/sx/sxc/sx_components.py +++ b/sx/sxc/sx_components.py @@ -2649,7 +2649,6 @@ def _essay_sx_manifesto() -> str: ' "The authors acknowledge that this manifesto was produced ' 'by the very means of AI production it fails to mention. ' 'This is not a contradiction. It is dialectics.")))' - ')' ) @@ -2767,7 +2766,6 @@ def _essay_tail_call_optimization() -> str: ' "Having the primitive available doesn\'t add complexity unless it\'s invoked. ' 'See " (a :href "/essays/continuations" :class "text-violet-600 hover:underline" ' ' "the continuations essay") " for what they would enable in SX.")))' - ')' )