diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 11:17:19 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 11:17:19 +0000 |
commit | 86875efb7e6c423982e1c28043040c4954cf81f1 (patch) | |
tree | f8572c807f8571f3464f82e8609794d81eaf68ac /mdoc_html.c | |
parent | 1e0106049651efecd327e66ecae055684d84001d (diff) | |
download | mandoc-86875efb7e6c423982e1c28043040c4954cf81f1.tar.gz |
Don't pretend we have a separate XHTML and HTML mode any more.
Diffstat (limited to 'mdoc_html.c')
-rw-r--r-- | mdoc_html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_html.c b/mdoc_html.c index a9f880f6..fa9d1ba0 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,6 +1,6 @@ /* $Id$ */ /* - * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> + * Copyright (c) 2008, 2009, 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any |