From 2ae0717cbd72a7d5bd3262bd76e694def6033bbf Mon Sep 17 00:00:00 2001 From: Josh Oldenburg Date: Sun, 28 Nov 2010 10:05:12 -0500 Subject: [PATCH] Changed quote type. --- css.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.css b/css.css index 3f8535654..d802be0b6 100644 --- a/css.css +++ b/css.css @@ -1,3 +1,3 @@ div { - content:"Hello World"; + content:'Hello World'; }