/[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.9 by shigio, Mon Mar 21 11:56:01 2005 UTC revision 1.10 by shigio, Tue Mar 22 00:45:44 2005 UTC
# Line 57  char *head_end; Line 57  char *head_end;
57  char *title_begin;  char *title_begin;
58  char *title_end;  char *title_end;
59  char *list_begin;  char *list_begin;
60  char *list_item;  char *item_begin;
61    char *item_end;
62  char *list_end;  char *list_end;
63  char *table_begin;  char *table_begin;
64  char *table_end;  char *table_end;
# Line 98  setup_html() Line 99  setup_html()
99          title_begin     = "<h1><font color='#cc0000'>";          title_begin     = "<h1><font color='#cc0000'>";
100          title_end       = "</font></h1>";          title_end       = "</font></h1>";
101          list_begin      = "<ol>";          list_begin      = "<ol>";
102          list_item       = "<li>";          item_begin      = "<li>";
103            item_end        = "";
104          list_end        = "</ol>";          list_end        = "</ol>";
105          table_begin     = "<table>";          table_begin     = "<table>";
106          table_end       = "</table>";          table_end       = "</table>";

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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