ギコナビ
Revision | 411dc7a24cf12b1a6b66b05bd4d1406ee525f33e (tree) |
---|---|
Time | 2007-05-12 01:46:30 |
Author | h677 <h677> |
Commiter | h677 |
未取得スレッド名がポップアップされない不具合の修正
@@ -1316,7 +1316,7 @@ begin | ||
1316 | 1316 | end; |
1317 | 1317 | end; |
1318 | 1318 | end; |
1319 | - if (Html.Count > 0) then begin | |
1319 | + if (Html.Count > 0) or (Hint.Title <> '') then begin | |
1320 | 1320 | Hint.Write('<DL>' + Html.Text + '</DL>'); |
1321 | 1321 | end; |
1322 | 1322 | end; |