0
0

More than 1 year has passed since last update.

PHPファイルでファビコンが表示されなくて困った話

Posted at

画像のURLとかもあっていて1つだけファビコンが表示されなくて困った。
原因はデバッグ用にpreタグをそのまま出力していたこと。

echo '<pre>';
//var_dump($show_data);
echo '</pre>';

なぜ表示されないのかは謎ですが、調べても出てこない内容なので同じことで詰まっている人の救いになれば幸いです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0