/[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.40 by h-iwamoto, Fri May 6 10:47:55 2005 UTC revision 1.41 by h-iwamoto, Sun May 8 09:58:48 2005 UTC
# Line 605  gen_form_begin(target) Line 605  gen_form_begin(target)
605          strbuf_sprintf(sb, "<form method='get' action='%s'", action);          strbuf_sprintf(sb, "<form method='get' action='%s'", action);
606          if (target)          if (target)
607                  strbuf_sprintf(sb, " target='%s'", target);                  strbuf_sprintf(sb, " target='%s'", target);
608          strbuf_sprintf(sb, "%s>", empty_element);          strbuf_puts(sb, ">");
609          return strbuf_value(sb);          return strbuf_value(sb);
610  }  }
611  /*  /*

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

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