Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Ver3.3.2 CatCrossing

Compare
Choose a tag to compare
@miyacorata miyacorata released this 05 Apr 17:55
· 185 commits to master since this release

Release note - Ver3.3.2 CatCrossing

Fix

  • 3bdfb11 - コメントアート処理の修正

Dependency update

  • #70 - symfony/http-foundation
  • #72 - phpunit

Comment

  • コメントアートの表示処理において strip_tags() を用いてHTMLタグ等の除去を行っていましたが、< をタグ開始文字と判定しコメントアートが途中で消える不具合を発生させたため「ぶっちゃけ strip_tags() なくてもいいのでは」と思ったのでこれを外しています。
    • strip_tags() を外しましたが str_replace('-->','- >',$top_commentout) はありますので意図しないコメントアウトの解除は起きないようにはなっています