diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-07-26 14:39:20 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-07-26 14:39:20 +0000 |
commit | 09edd94f131ec64c31b17cb3a26fa0a8069af9c6 (patch) | |
tree | fc73781c5955ddea8742eb6eaf180877e2c98a0f /WWW/Library/Implementation | |
parent | a6450adbbd8476f8df51dfe13818268b88d615b5 (diff) | |
download | lynx-snapshots-09edd94f131ec64c31b17cb3a26fa0a8069af9c6.tar.gz |
snapshot of project "lynx", label v2-9-0dev_10k
Diffstat (limited to 'WWW/Library/Implementation')
-rw-r--r-- | WWW/Library/Implementation/HTFile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTFile.c b/WWW/Library/Implementation/HTFile.c index 457bedc1..8fdaa2c7 100644 --- a/WWW/Library/Implementation/HTFile.c +++ b/WWW/Library/Implementation/HTFile.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTFile.c,v 1.157 2022/07/24 09:47:02 tom Exp $ + * $LynxId: HTFile.c,v 1.158 2022/07/25 23:52:05 tom Exp $ * * File Access HTFile.c * =========== @@ -1592,7 +1592,7 @@ static BOOL view_structured(HTFormat format_out) void HTStructured_doctype(HTStructured * target, HTFormat format_out) { if (view_structured(format_out)) - PUTS("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n"); + PUTS(LYNX_DOCTYPE "\n"); } void HTStructured_meta(HTStructured * target, HTFormat format_out) |