From 57bf159aa4f067ceef25adbf6803cef8611112f4 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 28 Sep 2013 15:55:23 -0400 Subject: [PATCH] Add magic IE chants to all page tops. --- new-racket-web/web/common/layout.rkt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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]>