diff --git a/new-racket-web/web/common/layout.rkt b/new-racket-web/web/common/layout.rkt index 0371ee766b..50ecc4ef97 100644 --- a/new-racket-web/web/common/layout.rkt +++ b/new-racket-web/web/common/layout.rkt @@ -51,6 +51,17 @@ ;; page layout function (define-syntax (page stx) (syntax-case stx () [(_ . xs) (process-contents 'page #'page* stx #'xs)])) +(define preamble + @list{ + @doctype['html] + @; paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ + @comment{[if lt IE 7]>