Rev 8149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8149 | Rev 8529 | ||
---|---|---|---|
Line 119... | Line 119... | ||
119 | 119 | ||
120 | cmdparm=""; prepabout(quitstring,"/dev/null",outputfname); |
120 | cmdparm=""; prepabout(quitstring,"/dev/null",outputfname); |
121 | if(readabout()>0) { |
121 | if(readabout()>0) { |
122 | p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0; |
122 | p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0; |
123 | strip_trailing_spaces2(aboutbuf); |
123 | strip_trailing_spaces2(aboutbuf); |
124 | printf("<a href=\"%s\">%s</a>",homepage,aboutbuf); |
124 | printf("<a target=\"wims_external\" href=\"%s\">%s</a>",homepage,aboutbuf); |
125 | } |
125 | } |
126 | } |
126 | } |
127 | 127 | ||
128 | char *dynsetup(char *ptr, char *end) |
128 | char *dynsetup(char *ptr, char *end) |
129 | { |
129 | { |