nemuiBBS
:
雑談★2
トップに戻る
合計320レス 安価(>>149)表示中 全部表示 最新30 最新50 1-100
- 1: ◆uM.A.y.otI@oaym ★:2015/06/15(月) 16:32:13.13 ID:???
- 前
http://testslash.starfree.jp/testbbs/bbs.php/1000000001/
- 149:oaym.:2016/01/31(日) 15:33:43.66 ID:jZphGBqI
- index.php 333行目:
$CON = preg_replace("/\^(.)/e", "'&#'.ord('$1').';'", $CON);
を
$CON = preg_replace_callback("/\^(.)/", function($m){return '&#'.ord($m[1]).';';}, $CON);
plugins/wkp_Tables.php 64行目:
$CON = preg_replace("/((^ *\|[^\n]*\| *$\n)+)/me", '"<table class=\"wikitable\">".stripslashes($this->make_table("$1"))."</table>\n"', $CON);
を
$CON = preg_replace_callback("/((^ *\|[^\n]*\| *$\n)+)/m", function($m){return "<table class=\"wikitable\">".stripslashes($this->make_table($m[1]))."</table>\n";}, $CON);
でとりあえず動いた
前100 最新レス表示 次100
更新時刻:2025/03/15(土) 05:07:32
更新履歴
トップに戻る
SP版(スマホ版)を見る
nemuiBBS v1.16.6:20151210 ◆nemuI.oaYM
2ミリ秒