fix(challenges): updated dates

Updated footer copyright dates in a couple of files to reflect the current year

ISSUES CLOSED: #17908
pull/18182/head
Adam Wells 2018-07-20 23:00:21 -04:00 committed by Kristofer Koishigawa
parent 9fd5533168
commit 21bb9d02c5
2 changed files with 12 additions and 12 deletions

View File

@ -444,7 +444,7 @@
"text": "text":
"Your code should have an opening and closing <code>footer</code> tag.", "Your code should have an opening and closing <code>footer</code> tag.",
"testString": "testString":
"assert(code.match(/<footer>\\s*&copy; 2016 Camper Cat\\s*<\\/footer>/g), 'Your code should have an opening and closing <code>footer</code> tag.');" "assert(code.match(/<footer>\\s*&copy; 2018 Camper Cat\\s*<\\/footer>/g), 'Your code should have an opening and closing <code>footer</code> tag.');"
} }
], ],
"solutions": [], "solutions": [],
@ -488,7 +488,7 @@
" </main>", " </main>",
"", "",
"", "",
" <div>&copy; 2016 Camper Cat</div>", " <div>&copy; 2018 Camper Cat</div>",
"", "",
"", "",
"</body>" "</body>"
@ -676,7 +676,7 @@
" <article><h3>Breadth-first or depth-first in multi-weapon training?</h3></article>", " <article><h3>Breadth-first or depth-first in multi-weapon training?</h3></article>",
" </section>", " </section>",
" </main>", " </main>",
" <footer>&copy; 2016 Camper Cat</footer>", " <footer>&copy; 2018 Camper Cat</footer>",
"</body>" "</body>"
], ],
"head": [], "head": [],
@ -751,7 +751,7 @@
" <h2>Is Chuck Norris a Cat Person?</h2>", " <h2>Is Chuck Norris a Cat Person?</h2>",
" <p>Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...</p>", " <p>Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...</p>",
" </article>", " </article>",
" <footer>&copy; 2016 Camper Cat</footer>", " <footer>&copy; 2018 Camper Cat</footer>",
"</body>" "</body>"
], ],
"head": [], "head": [],
@ -855,7 +855,7 @@
" <h2>Is Chuck Norris a Cat Person?</h2>", " <h2>Is Chuck Norris a Cat Person?</h2>",
" <p>Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...</p>", " <p>Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...</p>",
" </article>", " </article>",
" <footer>&copy; 2016 Camper Cat</footer>", " <footer>&copy; 2018 Camper Cat</footer>",
"</body>" "</body>"
], ],
"head": [], "head": [],
@ -933,7 +933,7 @@
" </form>", " </form>",
" </section>", " </section>",
" </main>", " </main>",
" <footer>&copy; 2016 Camper Cat</footer>", " <footer>&copy; 2018 Camper Cat</footer>",
"</body>" "</body>"
], ],
"head": [], "head": [],
@ -1016,7 +1016,7 @@
" </article>", " </article>",
" </section>", " </section>",
" </article>", " </article>",
" <footer>&copy; 2016 Camper Cat</footer>", " <footer>&copy; 2018 Camper Cat</footer>",
"</body>" "</body>"
], ],
"head": [], "head": [],
@ -1160,7 +1160,7 @@
" <article><h3>Swords: the best tool to literally divide and conquer</h3></article>", " <article><h3>Swords: the best tool to literally divide and conquer</h3></article>",
" <article><h3>Breadth-first or depth-first in multi-weapon training?</h3></article>", " <article><h3>Breadth-first or depth-first in multi-weapon training?</h3></article>",
" </section>", " </section>",
" <footer>&copy; 2016 Camper Cat</footer>", " <footer>&copy; 2018 Camper Cat</footer>",
"</body>" "</body>"
], ],
"head": [], "head": [],
@ -1454,7 +1454,7 @@
" ", " ",
" <p>Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...</p>", " <p>Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...</p>",
" </article>", " </article>",
" <footer>&copy; 2016 Camper Cat</footer>", " <footer>&copy; 2018 Camper Cat</footer>",
"</body>" "</body>"
], ],
"head": [], "head": [],
@ -1543,7 +1543,7 @@
" <input type=\"submit\" name=\"submit\" value=\"Submit\">", " <input type=\"submit\" name=\"submit\" value=\"Submit\">",
" </form><br>", " </form><br>",
" </section>", " </section>",
" <footer>&copy; 2016 Camper Cat</footer>", " <footer>&copy; 2018 Camper Cat</footer>",
"</body>" "</body>"
], ],
"head": [], "head": [],
@ -1631,7 +1631,7 @@
" <p>&ldquo;Wise men say forgiveness is divine, but never pay full price for late pizza.&rdquo;<br>", " <p>&ldquo;Wise men say forgiveness is divine, but never pay full price for late pizza.&rdquo;<br>",
" - TMNT</p>", " - TMNT</p>",
" </blockquote>", " </blockquote>",
" <footer>&copy; 2016 Camper Cat</footer>", " <footer>&copy; 2018 Camper Cat</footer>",
"</body>" "</body>"
], ],
"head": [], "head": [],

View File

@ -1981,7 +1981,7 @@
" </article>", " </article>",
"</main>", "</main>",
"<br>", "<br>",
"<footer>&copy;2016 FCC Kitchen</footer>" "<footer>&copy; 2018 FCC Kitchen</footer>"
], ],
"head": [], "head": [],
"tail": [] "tail": []