=================================================================== RCS file: /cvs/docbook2mdoc/statistics.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- docbook2mdoc/statistics.c 2019/04/14 18:07:35 1.27 +++ docbook2mdoc/statistics.c 2019/04/14 18:28:41 1.28 @@ -1,4 +1,4 @@ -/* $Id: statistics.c,v 1.27 2019/04/14 18:07:35 schwarze Exp $ */ +/* $Id: statistics.c,v 1.28 2019/04/14 18:28:41 schwarze Exp $ */ /* * Copyright (c) 2019 Ingo Schwarze * @@ -483,6 +483,7 @@ main(int argc, char *argv[]) table_add("programlisting", NULL); table_add("property", "TEXT"); table_add("pubdate", "TEXT"); + table_add("quote", "literal"); table_add("quote", "TEXT"); table_add("refentry", "refentryinfo"); table_add("refentry", "refmeta");