Subversion Repositories wimsdev

Rev

Rev 8120 | Rev 12011 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8120 Rev 8529
Line 171... Line 171...
171
 
171
 
172
    prepabout("\\v\nquit\n",outputfname,NULL);
172
    prepabout("\\v\nquit\n",outputfname,NULL);
173
    if(readabout()>0) {
173
    if(readabout()>0) {
174
      p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
174
      p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
175
      strip_trailing_spaces2(aboutbuf);
175
      strip_trailing_spaces2(aboutbuf);
176
      printf("<a href=\"%s\">%s</a>",homepage,aboutbuf);
176
      printf("<a target=\"wims_external\" href=\"%s\">%s</a>",homepage,aboutbuf);
177
    }
177
    }
178
}
178
}
179
 
179
 
180
char *dynsetup(char *ptr, char *end)
180
char *dynsetup(char *ptr, char *end)
181
{
181
{