From 41d667b4ad3e05ae4b2d65fb04cb3fbe7ce9ccb3 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 16 Feb 2008 03:04:59 +0000 Subject: [PATCH] no more html hacks in swindle svn: r8681 --- collects/swindle/tool.ss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/collects/swindle/tool.ss b/collects/swindle/tool.ss index 1f75b4e252..df19e68c7a 100644 --- a/collects/swindle/tool.ss +++ b/collects/swindle/tool.ss @@ -125,9 +125,7 @@ ("Swindle w/o CLOS" "turbo" "Swindle without CLOS" 1 "Swindle without the object system") ("Swindle Syntax" "base" "Basic syntax only" 2 - "Basic Swindle syntax: keyword-arguments etc") - ("HTML Swindle" "html" "HTML Swindle" 3 - "Swindle's HTML extension"))) + "Basic Swindle syntax: keyword-arguments etc"))) (parameterize ([current-directory (collection-path "swindle")]) (define counter 100) (define (do-customize file)