From b6f314ee0ec5d6e9ca60d304645e9fd1f0108ad9 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 23 Mar 2016 22:30:36 -0400 Subject: [PATCH] make the content true (text-only changes) --- editor_tests_compiled.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor_tests_compiled.html b/editor_tests_compiled.html index 7260bd1..a78a0dc 100644 --- a/editor_tests_compiled.html +++ b/editor_tests_compiled.html @@ -43,7 +43,7 @@ spill onto a second line.</p> <p >Text with lots of extra whitespace </div> </div> </div> -<p> Above, there's a white div containing 4 divs. The third contains just an NBSP and the fourth is completely empty</p> +<p> Above, there's a white div containing 3 divs. The third contains a div which contains just a non-breaking space (&amp;nbsp;)</p> <p>final paragraph.</p> </div>

-- 1.7.10.4