Rev 8529 | Rev 9894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8529 | Rev 9893 | ||
---|---|---|---|
Line 111... | Line 111... | ||
111 | void about(void) |
111 | void about(void) |
112 | { char *p; |
112 | { char *p; |
113 | prepabout(aboutquitstring,outputfname,NULL); |
113 | prepabout(aboutquitstring,outputfname,NULL); |
114 | if(readabout()>0) { |
114 | if(readabout()>0) { |
115 | p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0; |
115 | p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0; |
- | 116 | p=aboutbuf; while(*p && *p!='G') p++; |
|
116 | strip_trailing_spaces( |
117 | strip_trailing_spaces(p); |
117 | printf("<a target=\"wims_external\" href=\"%s\">%s</a>",homepage, |
118 | printf("<a target=\"wims_external\" href=\"%s\">%s</a>",homepage,p); |
118 | } |
119 | } |
119 | } |
120 | } |
120 | 121 | ||
121 | char *dynsetup(char *ptr, char *end) |
122 | char *dynsetup(char *ptr, char *end) |
122 | { |
123 | { |