このコミットが含まれているのは:
守矢諏訪子 2022-06-05 20:58:14 +09:00
コミット 5469f03541
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -52,7 +52,6 @@
// DOCTYPE htmlタグがあるかどうかチェック
$out = execcurl($url, 'cout', false, false, false);
dd($out);
if (strpos($out, '<!DOCTYPE html') === false) {
$err[] = 'ウェブサイトは「!DOCTYPE html」タグを含めていません。<br />The website does not include the "! DOCTYPE html" tag.';
}