lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev one of my bookmark files is now double spaced (patch)


From: Eduardo Chappa L.
Subject: Re: lynx-dev one of my bookmark files is now double spaced (patch)
Date: Sat, 25 Sep 1999 20:19:10 -0700 (PDT)

Patch for Lynx Version 2.8.3dev.9

 * Fixes that erasing the first bookmarks makes the bookmark file look
   double spaced by adding \n after <ol> tag. This is a return to the
   old behavior.

diff -rc lynx2-8-3/src/LYBookmark.c lynx2-8-3.newpatch/src/LYBookmark.c
*** lynx2-8-3/src/LYBookmark.c  Fri Jul 30 08:39:54 1999
--- lynx2-8-3.newpatch/src/LYBookmark.c Sat Sep 25 20:06:16 1999
***************
*** 387,393 ****
        fprintf(fp,
            gettext("     You can delete links by the 'R' key<br>\n<ol>\n"));
  #else
!       fprintf(fp, "%s<br>\n%s\n\n<!--\n%s\n-->\n\n<p>\n<ol>",
                    gettext("\
       You can delete links using the remove bookmark command.  It is usually\n\
       the 'R' key but may have been remapped by you or your system\n\
--- 387,393 ----
        fprintf(fp,
            gettext("     You can delete links by the 'R' key<br>\n<ol>\n"));
  #else
!       fprintf(fp, "%s<br>\n%s\n\n<!--\n%s\n-->\n\n<p>\n<ol>\n",
                    gettext("\
       You can delete links using the remove bookmark command.  It is usually\n\
       the 'R' key but may have been remapped by you or your system\n\



Eduardo
http://www.math.washington.edu/~chappa/personal.html


reply via email to

[Prev in Thread] Current Thread [Next in Thread]