From dcd69d4dc59ea566b91d2112ef928e39d725dfdf Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 31 Jan 2006 20:09:48 +0000 Subject: [PATCH] html stream fixes, removing obsolete live updater code --- contrib/httpd/html.factor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/httpd/html.factor b/contrib/httpd/html.factor index 0c11ea393b..cf5fba9a26 100644 --- a/contrib/httpd/html.factor +++ b/contrib/httpd/html.factor @@ -1,9 +1,9 @@ ! Copyright (C) 2004, 2006 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -IN: html USING: cont-responder generic hashtables help http inspector io kernel lists prototype-js math namespaces sequences strings styles words xml ; +IN: html : hex-color, ( triplet -- ) 3 swap head @@ -61,7 +61,8 @@ styles words xml ; : padding-css, ( padding -- ) "padding: " % # "px; " % ; -: pre-css, ( -- ) "white-space: pre; font-family:monospace; " % ; +: pre-css, ( -- ) + "white-space: pre; font-family:monospace; " % ; : div-css-style ( style -- str ) [