[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.265 and 1.266

version 1.265, 2017/02/05 18:15:39 version 1.266, 2017/02/05 19:29:19
Line 1512  mdoc_rs_pre(MDOC_ARGS)
Line 1512  mdoc_rs_pre(MDOC_ARGS)
         if (n->prev && SEC_SEE_ALSO == n->sec)          if (n->prev && SEC_SEE_ALSO == n->sec)
                 print_paragraph(h);                  print_paragraph(h);
   
         print_otag(h, TAG_SPAN, "c", "Rs");          print_otag(h, TAG_CITE, "c", "Rs");
         return 1;          return 1;
 }  }
   

Legend:
Removed from v.1.265  
changed lines
  Added in v.1.266

CVSweb