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