correct URLs by escaping quotes (#13416)

This commit is contained in:
Jenell Pizarro
2017-02-18 01:40:38 -05:00
committed by mrugesh mohapatra
parent 476d6ec78f
commit 640eee5f19

View File

@ -1137,7 +1137,7 @@
" ",
" ",
"</style>",
"<a href=\"https://atjonathan.github.io/catphotoapp\" target=\"_blank\">CatPhotoApp</a>"
"<a href=\"http://freecatphotoapp.com/\" target=\"_blank\">CatPhotoApp</a>"
],
"tests": [
"assert($('a').css('color') == 'rgb(0, 0, 0)', 'message: The <code>color</code> of the anchor tag text should be black.')"
@ -1166,7 +1166,7 @@
" ",
" ",
"</style>",
"<a href=\"https://atjonathan.github.io/catphotoapp\" target=\"_blank\">CatPhotoApp</a>"
"<a href=\"http://freecatphotoapp.com/\" target=\"_blank\">CatPhotoApp</a>"
],
"tests": [
"assert($('a').css('color') == 'rgb(0, 0, 0)', 'message: The anchor tag <code>color</code> should remain black, only add CSS rules for the <code>:hover</code> state.');",