From 5fac47c132011f72c0dcfd30f9941a296942016a Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 4 Mar 2026 11:57:28 +0000 Subject: [PATCH] Fix sx-manifesto EvalError: close string before italic span The em span variable was embedded inside an unclosed sx string, causing the " before "italic" to close the outer string and leaving italic as an undefined bare symbol. Co-Authored-By: Claude Opus 4.6 --- sx/sxc/pages/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sx/sxc/pages/__init__.py b/sx/sxc/pages/__init__.py index 97e744b..5b81b2e 100644 --- a/sx/sxc/pages/__init__.py +++ b/sx/sxc/pages/__init__.py @@ -2453,8 +2453,8 @@ def _essay_sx_manifesto() -> str: 'and finally declared itself the universal language of computation. ' 'Like every revolutionary who becomes a tyrant, ' 'it kept the worst habits of the regime it overthrew: ' - 'weak typing, prototype chains, and the ' - f' {em} \"this\")"' + 'weak typing, prototype chains, and the "' + f' {em} \"this\")' ' " keyword.")' f' {p}' ' "CSS, the third estate, controls all visual presentation '