|
||||||||||
| diary.phpの70行に $table_d=str_replace("<!--comment-->",$entry['comment'],$table_d); とありますので その上に $entry['comment']=str_replace("<","<",$entry['comment']); $entry['comment']=str_replace(">",">",$entry['comment']); $entry['comment']=str_replace(""",'"',$entry['comment']); と追加してみてください。 https://pote-chil.com/css-stock/ja/accordion こちらのような、本文とは完全に別に追記部分が隠れるような仕様を希望しています。 とのことですがよくわからないのですが 種類がいくつかあるようですが。 |