■掲示板に戻る■ 全部 1- 101- 201- 301- 401- 501- 601- 701- 801- 最新50 [PR]ぜろちゃんねるプラス[PR]  

不具合報告スレ

5 :名無しさん@0ちゃんねる:2003/01/23 23:22 ID:???
test030118\print.pl
    409: if ($mail eq ""){ # メール欄無し
    410:  printb("<font color=$SETTING{'TEXT_COLOR_NAME'}>$name</font>");
    411: }

test030118-fix\print.pl
    410: if ($mail eq ""){ # メール欄無し
変更 411:     printb("<font color=$SETTING{'TEXT_COLOR_NAME'}><b>$name</b></font>");
    412: }


test030118\print.pl
    412: else{                   # メール欄あり
    413:  printb("<a href=\"mailto:$mail\">$name</a>");
    414: }
test030118-fix\print.pl
    413: else{                   # メール欄あり
変更 414:  printb("<a href=\"mailto:$mail\"><b>$name</b></a>");
    415: }

245KB
続きを読む

名前: E-mail(省略可)
READ.CGI - 0ch+ BBS 0.7.5 20220323
ぜろちゃんねるプラス