diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-01-01 00:46:30 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-01-01 00:46:30 -0500 |
commit | aaad678bc1da7dca79a648da22fbf3d3a8d9576e (patch) | |
tree | 4b070f86cf1a932bd4566daf2755e5ab2c7e1413 /WWW/Library/Implementation/SGML.c | |
parent | 54bbe9318f6e9aca131a985cb7ab1e979c1130ef (diff) | |
download | lynx-snapshots-aaad678bc1da7dca79a648da22fbf3d3a8d9576e.tar.gz |
snapshot of project "lynx", label v2-8-7dev_11d
Diffstat (limited to 'WWW/Library/Implementation/SGML.c')
-rw-r--r-- | WWW/Library/Implementation/SGML.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c index 73e762c3..1c851824 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -1,5 +1,5 @@ /* - * $LynxId: SGML.c,v 1.118 2008/09/22 23:21:46 tom Exp $ + * $LynxId: SGML.c,v 1.119 2008/12/31 20:19:38 tom Exp $ * * General SGML Parser code SGML.c * ======================== @@ -3129,7 +3129,7 @@ static void SGML_character(HTStream *context, char c_in) context->state = (c == '>') ? S_text : S_junk_tag; break; } else if (t == context->unknown_tag) { - CTRACE((tfp, "SGML: *** Unknown element %s\n", + CTRACE((tfp, "SGML: *** Unknown element \"%s\"\n", string->data)); /* * Fall through and treat like valid tag for attribute parsing. |