[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.59 and 1.60

version 1.59, 2010/04/06 11:28:17 version 1.60, 2010/04/07 07:49:38
Line 1388  mdoc_bd_pre(MDOC_ARGS)
Line 1388  mdoc_bd_pre(MDOC_ARGS)
                 }                  }
   
         /* FIXME: -centered, etc. formatting. */          /* FIXME: -centered, etc. formatting. */
           /* FIXME: does not respect -offset ??? */
   
         if (MDOC_BLOCK == n->type) {          if (MDOC_BLOCK == n->type) {
                 bufcat_su(h, "margin-left", &su);                  bufcat_su(h, "margin-left", &su);

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

CVSweb