Try putting it before the \'s
fprintf(actout,"<TR><TD align=center>%s@%s</TD><TD \
align=center><INPUT NAME=\"subscribe%d\" TYPE=\"checkbox\" \
VALUE=%s></TD></TR>", mailinglist_name, Domain, cnt++,
mailinglist_name);
Ken
"Francis P. Ling" wrote:
>
> I've found the malice in "mailinglist.c".
>
> Try adding a space to the end of lines 193 & 194 and recompile the
> mailinglist.c
>
> The code should be OK then ...
>
> Ken Jones writes:
>
> > "Francis P. Ling" wrote:
> > >
> > > The version 0.39 has some error on the HTML code on add_user.html
> > >
> > > The #C# will provide 2 code, ie "TDalign", instead of "TD align" and
> > > "checked"VALUE instead of "checked" VALUE
> > >
> > > How can we modify the source?
> > >
> > > Rgds,
> >
> > Could you please me more specific? I can't find any
> > #C# text in any of the html files.
> >
> > And I can't find any "checked"VALUE
> >
> > Ken Jones