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 132... Line 132...
132
 
132
 
133
    prepabout(quitstring,outputfname,NULL);
133
    prepabout(quitstring,outputfname,NULL);
134
    if(readabout()>0) {
134
    if(readabout()>0) {
135
      p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
135
      p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
136
      p=strchr(aboutbuf,'('); if(p!=NULL) *p=0;
136
      p=strchr(aboutbuf,'('); if(p!=NULL) *p=0;
137
      strip_trailing_spaces(aboutbuf);
137
      strip_trailing_spaces2(aboutbuf);
138
      printf("<a href=\"%s\">%s</a>",homepage,aboutbuf);
138
      printf("<a href=\"%s\">%s</a>",homepage,aboutbuf);
139
    }
139
    }
140
}
140
}
141
 
141
 
142
char *dynsetup(char *ptr, char *end)
142
char *dynsetup(char *ptr, char *end)