From a0463d2c99da554c98d921b04fa4e2e02d82e86e Mon Sep 17 00:00:00 2001 From: sjc5 <58375830+sjc5@users.noreply.github.com> Date: Wed, 28 Apr 2021 01:07:43 -0500 Subject: [PATCH] fix: insert missing forward-slash in instructions (#41934) inserted forward-slash in closing 'sup' tag in instructions section --- .../standardize-times-with-the-html5-datetime-attribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.md b/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.md index 83eeaaa5d0..1ac6725309 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.md @@ -19,7 +19,7 @@ Here's an example: # --instructions-- -Camper Cat's Mortal Kombat survey results are in! Wrap a `time` tag around the text `Thursday, September 15th` and add a `datetime` attribute to it set to `2016-09-15`. +Camper Cat's Mortal Kombat survey results are in! Wrap a `time` tag around the text `Thursday, September 15th` and add a `datetime` attribute to it set to `2016-09-15`. # --hints--