/[global]/global/htags/common.c
ViewVC logotype

Diff of /global/htags/common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by h-iwamoto, Fri May 6 10:16:00 2005 UTC revision 1.40 by h-iwamoto, Fri May 6 10:47:55 2005 UTC
# Line 671  gen_input_with_title_checked(name, value Line 671  gen_input_with_title_checked(name, value
671                  strbuf_sprintf(sb, " name='%s'", name);                  strbuf_sprintf(sb, " name='%s'", name);
672          if (value)          if (value)
673                  strbuf_sprintf(sb, " value='%s'", value);                  strbuf_sprintf(sb, " value='%s'", value);
674          if (checked)          if (checked) {
675                  strbuf_puts(sb, " checked");                  if (enable_xhtml)
676                            strbuf_puts(sb, " checked='checked'");
677                    else
678                            strbuf_puts(sb, " checked");
679            }
680          if (title)          if (title)
681                  strbuf_sprintf(sb, " title='%s'", title);                  strbuf_sprintf(sb, " title='%s'", title);
682          strbuf_sprintf(sb, "%s>", empty_element);          strbuf_sprintf(sb, "%s>", empty_element);

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26