diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-01-28 10:39:47 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-01-28 10:39:47 -0500 |
commit | b6d1143cba1a1910742924e8724f02585160f513 (patch) | |
tree | 74f9feab492293a391ee1b2979b0d9f3e42e2d95 /src/LYHistory.c | |
parent | ab8b1f12eaf6b1524439f4a277cb7d122068acd7 (diff) | |
download | lynx-snapshots-b6d1143cba1a1910742924e8724f02585160f513.tar.gz |
snapshot of project "lynx", label v2-7-1ac-0_111
Diffstat (limited to 'src/LYHistory.c')
-rw-r--r-- | src/LYHistory.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LYHistory.c b/src/LYHistory.c index cb6751e3..bccb2ec8 100644 --- a/src/LYHistory.c +++ b/src/LYHistory.c @@ -431,9 +431,7 @@ PUBLIC int showhistory ARGS1( LYforce_no_cache = TRUE; /* force this file to be new */ fprintf(fp0, "<head>\n"); -#ifdef EXP_CHARTRANS LYAddMETAcharsetToFD(fp0, -1); -#endif fprintf(fp0, "<title>%s</title>\n</head>\n<body>\n", HISTORY_PAGE_TITLE); fprintf(fp0, "<h1>You have reached the History Page</h1>\n"); |