Subversion Repositories wimsdev

Rev

Rev 3718 | Rev 7674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3718 Rev 5762
Line 105... Line 105...
105
 
105
 
106
void about(void)
106
void about(void)
107
{
107
{
108
/*    char *p;
108
/*    char *p;
109
*/
109
*/
110
    printf("<A HREF=\"%s\">GAP4</A>",homepage); return;
110
    printf("<a href=\"%s\">GAP4</a>",homepage); return;
111
/*    prepabout(quitstring,outputfname,NULL);
111
/*    prepabout(quitstring,outputfname,NULL);
112
    if(readabout()>0) {
112
    if(readabout()>0) {
113
        p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
113
        p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
114
        strip_trailing_spaces(aboutbuf);
114
        strip_trailing_spaces(aboutbuf);
115
        printf("<A HREF=\"%s\">%s</A>",homepage,aboutbuf);
115
        printf("<A HREF=\"%s\">%s</A>",homepage,aboutbuf);