Rev 4434 | Rev 7674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4434 | Rev 5762 | ||
---|---|---|---|
Line 107... | Line 107... | ||
107 | prepabout(quitstring,outputfname,NULL); |
107 | prepabout(quitstring,outputfname,NULL); |
108 | if(readabout()>0) { |
108 | if(readabout()>0) { |
109 | p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0; |
109 | p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0; |
110 | p=strchr(aboutbuf,'('); if(p!=NULL) *p=0; |
110 | p=strchr(aboutbuf,'('); if(p!=NULL) *p=0; |
111 | strip_trailing_spaces(aboutbuf); |
111 | strip_trailing_spaces(aboutbuf); |
112 | printf("< |
112 | printf("<a href=\"%s\">%s</a>",homepage,aboutbuf); |
113 | } |
113 | } |
114 | } |
114 | } |
115 | 115 | ||
116 | char *dynsetup(char *ptr, char *end) |
116 | char *dynsetup(char *ptr, char *end) |
117 | { |
117 | { |