Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoSystem.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.36 by yoffy, Thu Sep 25 06:51:01 2003 UTC revision 1.37 by yoffy, Thu Sep 25 19:28:42 2003 UTC
# Line 952  begin Line 952  begin
952          except          except
953          end;          end;
954    
955                                  SaveList.Add('<div class="title"><a name="top">' + sTitle + '</a></div>');                                  SaveList.Add('<a name="top"></a>');
956    
957                                  for i := 0 to ReadList.Count - 1 do begin                                  for i := 0 to ReadList.Count - 1 do begin
958                                          if (Trim(ReadList[i]) <> '') then begin                                          if (Trim(ReadList[i]) <> '') then begin
# Line 995  begin Line 995  begin
995                  try                  try
996                  SaveList.Add( LoadSkin( SkinBookmarkFileName ) );                  SaveList.Add( LoadSkin( SkinBookmarkFileName ) );
997                except                except
998                    SaveList.Add( '<a name="koko"></a>' );
999                end;                end;
1000              end;              end;
1001                                          end;                                          end;

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26