[BACK]Return to mdoc_html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_html.c between version 1.168 and 1.169

version 1.168, 2011/05/17 11:34:31 version 1.169, 2011/05/17 11:38:18
Line 1171  mdoc_sx_pre(MDOC_ARGS)
Line 1171  mdoc_sx_pre(MDOC_ARGS)
         struct htmlpair  tag[2];          struct htmlpair  tag[2];
   
         bufinit(h);          bufinit(h);
           bufcat(h, "#x");
         for (n = n->child; n; n = n->next) {          for (n = n->child; n; n = n->next) {
                 bufcat_id(h, n->string);                  bufcat_id(h, n->string);
                 if (n->next)                  if (n->next)

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169

CVSweb