ギコナビ
Revision | 150e373747c5acdd0f32cddb1fac1aaf88331482 (tree) |
---|---|
Time | 2011-02-23 23:48:25 |
Author | h677 <h677> |
Commiter | h677 |
ヘッダのCookie行を1行にまとめた
@@ -2488,7 +2488,7 @@ begin | ||
2488 | 2488 | Result := 'Cookie: ' + Result + 'NAME=' + NameComboBox.Text + '; MAIL=' + MailComboBox.Text; |
2489 | 2489 | |
2490 | 2490 | if HAP <> '' then |
2491 | - Result := Result + #13#10'Cookie: HAP=' + HAP + '; '; | |
2491 | + Result := Result + '; HAP=' + HAP + '; '; | |
2492 | 2492 | |
2493 | 2493 | end; |
2494 | 2494 |