Subversion Repositories wimsdev

Rev

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

Rev 7674 Rev 8100
Line 105... Line 105...
105
 
105
 
106
    prepabout(quitstring,outputfname,NULL);
106
    prepabout(quitstring,outputfname,NULL);
107
    if(readabout()>0) {
107
    if(readabout()>0) {
108
      p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
108
      p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
109
      p=strchr(aboutbuf,'('); if(p!=NULL) *p=0;
109
      p=strchr(aboutbuf,'('); if(p!=NULL) *p=0;
110
      strip_trailing_spaces(aboutbuf);
110
      strip_trailing_spaces2(aboutbuf);
111
      printf("<a href=\"%s\">%s</a>",homepage,aboutbuf);
111
      printf("<a href=\"%s\">%s</a>",homepage,aboutbuf);
112
    }
112
    }
113
}
113
}
114
 
114
 
115
char *dynsetup(char *ptr, char *end)
115
char *dynsetup(char *ptr, char *end)