Subversion Repositories wimsdev

Rev

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

Rev 8120 Rev 8529
Line 136... Line 136...
136
    prepabout(quitstring,outputfname,NULL);
136
    prepabout(quitstring,outputfname,NULL);
137
    if(readabout()>0) {
137
    if(readabout()>0) {
138
      p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
138
      p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
139
      p=strchr(aboutbuf,'('); if(p!=NULL) *p=0;
139
      p=strchr(aboutbuf,'('); if(p!=NULL) *p=0;
140
      strip_trailing_spaces2(aboutbuf);
140
      strip_trailing_spaces2(aboutbuf);
141
      printf("<a href=\"%s\">%s</a>",homepage,aboutbuf);
141
      printf("<a target=\"wims_external\" href=\"%s\">%s</a>",homepage,aboutbuf);
142
    }
142
    }
143
}
143
}
144
 
144
 
145
char *dynsetup(char *ptr, char *end)
145
char *dynsetup(char *ptr, char *end)
146
{
146
{