From 9a5222427d65154fd78e63b3d323439ee75bbfdb Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 23 Sep 2008 16:23:57 -0500 Subject: [PATCH] Oops, we were compiling the XML PI after the prolog --- basis/html/templates/chloe/compiler/compiler.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/html/templates/chloe/compiler/compiler.factor b/basis/html/templates/chloe/compiler/compiler.factor index aa741ebf9f..4f2eaafe26 100644 --- a/basis/html/templates/chloe/compiler/compiler.factor +++ b/basis/html/templates/chloe/compiler/compiler.factor @@ -123,8 +123,8 @@ DEFER: compile-element : compile-prologue ( xml -- ) [ - [ before>> compile-chunk ] [ prolog>> [ write-prolog ] [code-with] ] + [ before>> compile-chunk ] bi ] compile-quot [ if-not-nested ] [code] ;