From 9baa61064d841920029dab99d598933649fc00bd Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 25 Jun 2001 17:02:53 +0000 Subject: [PATCH] Bug fixed: Compressed was not checked well on control frame load. "yes" ==> "compressed" --- helm/on-line/html/library/control.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/on-line/html/library/control.html b/helm/on-line/html/library/control.html index 5c68710e1..697bf0f55 100644 --- a/helm/on-line/html/library/control.html +++ b/helm/on-line/html/library/control.html @@ -77,7 +77,7 @@ var mode_list = mode.split(','); if (mode_list[0] == "raw") { outputCheckbox(document, "updateCompressed(this)", - " Compressed", mode_list[5] == "yes"); + " Compressed", mode_list[5] == "gz"); outputCheckbox(document, "updateDTDPatched(this)", " Resolve DTD URL", mode_list[6] == "yes"); } else { -- 2.39.2