Subversion Repositories wimsdev

Rev

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

Rev 8137 Rev 8529
Line 218... Line 218...
218
 
218
 
219
void about(void)
219
void about(void)
220
{
220
{
221
    cmdparm="-v"; prepabout("",outputfname,NULL);
221
    cmdparm="-v"; prepabout("",outputfname,NULL);
222
    if(readabout()>0)
222
    if(readabout()>0)
223
      printf("<a href=\"%s\">Yacas %s</a>",homepage,aboutbuf);
223
      printf("<a target=\"wims_external\" href=\"%s\" >Yacas %s</a>",homepage,aboutbuf);
224
}
224
}
225
 
225
 
226
char *dynsetup(char *ptr, char *end)
226
char *dynsetup(char *ptr, char *end)
227
{
227
{
228
    int i; char *p, *pp;
228
    int i; char *p, *pp;