Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoSystem.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1070 |
SaveList.Clear; |
SaveList.Clear; |
| 1071 |
end; |
end; |
| 1072 |
|
|
|
SaveList.Add('<a name="bottom"></a>'); |
|
| 1073 |
threadItem.SizeByte := threadItem.SizeByte + Length( SaveList.Text ); |
threadItem.SizeByte := threadItem.SizeByte + Length( SaveList.Text ); |
| 1074 |
|
|
| 1075 |
// スキン(フッタ) |
// スキン(フッタ) |
| 1076 |
SaveList.Add( boardPlugIn.GetFooter( DWORD( threadItem ), '' ) ); |
SaveList.Add( boardPlugIn.GetFooter( DWORD( threadItem ), '<a name="bottom"></a>' ) ); |
| 1077 |
|
|
| 1078 |
doc.Write(SaveList.Text); |
doc.Write(SaveList.Text); |
| 1079 |
finally |
finally |
|
|
Legend:
| Removed from v.1.72 |
|
| changed lines |
| |
Added in v.1.73 |
|
|
|