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

Diff for /mandoc/html.c between version 1.233 and 1.234

version 1.233, 2018/06/18 01:49:15 version 1.234, 2018/06/25 13:26:57
Line 1 
Line 1 
 /*      $OpenBSD$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011-2015, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2011-2015, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>
Line 713  print_otag(struct html *h, enum htmltag tag, const cha
Line 713  print_otag(struct html *h, enum htmltag tag, const cha
                 switch (*fmt++) {                  switch (*fmt++) {
                 case 'h':                  case 'h':
                         attr = "height";                          attr = "height";
                         break;  
                 case 'i':  
                         attr = "text-indent";  
                         break;                          break;
                 case 'l':                  case 'l':
                         attr = "margin-left";                          attr = "margin-left";

Legend:
Removed from v.1.233  
changed lines
  Added in v.1.234

CVSweb