OSDN Git Service

投稿日がダブル不具合の修正
authorh677 <h677>
Mon, 19 Jan 2004 11:32:52 +0000 (11:32 +0000)
committerh677 <h677>
Mon, 19 Jan 2004 11:32:52 +0000 (11:32 +0000)
res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr

index 9fcf449..73795be 100644 (file)
@@ -763,6 +763,12 @@ begin
                                end;
                                res[ 2 ] := StringReplace( res[ 2 ], '[', 'IP:', [] );
                                res[ 2 ] := StringReplace( res[ 2 ], ']', '', [] );
+
+                if AnsiPos('</font> \93\8a\8de\93ú\81F', res[ 2 ]) = 1 then begin
+                       res[ 2 ] := StringReplace( res[ 2 ], '</font> \93\8a\8de\93ú\81F', '', [] );
+                end else if AnsiPos(' \93\8a\8de\93ú\81F', res[ 2 ]) = 1 then begin
+                    res[ 2 ] := StringReplace( res[ 2 ], ' \93\8a\8de\93ú\81F', '', [] );
+                end;
                        end;
                        ioHTML[ i ] := CustomStringReplace( res.Text, #13#10, '<>');
                        //StringReplace( res.Text, #13#10, '<>', [rfReplaceAll] );