From e36df3b4cd8c3d842d2fe7480d752a4e15f3d8eb Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Tue, 20 Mar 2018 19:52:35 +0100 Subject: [PATCH] Is #697 - Add NOWRAP to print of pre tag --- src/pprint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pprint.c b/src/pprint.c index 57cd7b1..321045e 100644 --- a/src/pprint.c +++ b/src/pprint.c @@ -2143,7 +2143,8 @@ void TY_(PPrintTree)( TidyDocImpl* doc, uint mode, uint indent, Node *node ) TY_(PFlushLineSmart)( doc, indent ); } - PPrintTag( doc, mode, indent, node ); /* add
 or