From 3211a3293d4f68feb48e68fc3014d6831c1b44e3 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 28 Oct 2009 08:00:17 +0000 Subject: Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -mdoc). Made html_idcat be completely correct (messy standard) (-Thtml). Fixed warnings about -ohang and -item lists (-Thtml, -mdoc). Fixed typo in index.sgml. --- html.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'html.h') diff --git a/html.h b/html.h index 3775edb9..fd3939d0 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.16 2009/10/28 05:08:17 kristaps Exp $ */ +/* $Id: html.h,v 1.17 2009/10/28 08:00:18 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -137,7 +137,6 @@ void bufncat(struct html *, const char *, size_t); void bufinit(struct html *); void html_idcat(char *, const char *, int); -void html_idcpy(char *, const char *, int); __END_DECLS -- cgit v1.2.3-56-ge451