mirror of
https://github.com/DaveGamble/cJSON
synced 2024-12-24 15:42:07 +00:00
test: Fix unescaped quote
This commit is contained in:
parent
25b65feb36
commit
8ac1ba416e
2
test.c
2
test.c
@ -300,7 +300,7 @@ int main (int argc, const char *argv[])
|
||||
"<title>Application Error</title>\n"
|
||||
"</head>\n"
|
||||
"<body>\n"
|
||||
" <iframe src="//s3.amazonaws.com/heroku_pages/error.html">\n"
|
||||
" <iframe src=\"//s3.amazonaws.com/heroku_pages/error.html\">\n"
|
||||
" <p>Application Error</p>\n"
|
||||
" </iframe>\n"
|
||||
"</body>\n"
|
||||
|
Loading…
Reference in New Issue
Block a user