From e256491976f5686e7e582bf131c453e6b6fe0ebc Mon Sep 17 00:00:00 2001 From: LumenTeun Date: Sat, 30 May 2015 02:00:11 +0200 Subject: [PATCH] Fixes sentence cut-off bug in Make Circular Images with a Border Radius --- seed_data/challenges/basic-html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index 7a3a07c47a..2affc7ad88 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -854,7 +854,7 @@ "In addition to pixels, you can also specify a border-radius using a percentage." ], "tests": [ - "assert(parseInt($('img').css('border-top-left-radius')) > 48, 'Your image should have a border radius of 50 percent, making it perfectly circular.')" + "assert(parseInt($('img').css('border-top-left-radius')) > 48, 'Your image should have a border radius of 50 percent, making it perfectly circular.')" ], "challengeSeed": [ "",