From f62e59d813f96fa1e76dc515ed34062657dc1117 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Wed, 17 Feb 2016 14:17:18 +0800 Subject: [PATCH] Correct CDATA declaration. --- console/tidy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/tidy.c b/console/tidy.c index 4a0f0be..7549230 100644 --- a/console/tidy.c +++ b/console/tidy.c @@ -1444,7 +1444,7 @@ static void xml_error_strings( TidyDoc tdoc ) printf( " \n" ); printf( " %s\n",item->key); if ( localizedString ) - printf( " <[CDATA[%s]]>\n", tidyGetLanguage(), localizedString ); + printf( " \n", tidyGetLanguage(), localizedString ); else printf( " NULL\n", tidyGetLanguage() );