Use literal.

This commit is contained in:
Eli Barzilay 2013-09-28 14:28:49 -04:00 committed by Matthew Flatt
parent d6cd420e81
commit 6b1b420942

View File

@ -7,7 +7,7 @@
@(define (tagline l) @span[style: "font-style: italic" l])
@; The new racket web pages
@(printf "<!doctype html>\n")
@literal{<!doctype html>}
@html{
@head{
@ -111,4 +111,4 @@ computing and from databases to charts.
}
}