X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fon-line%2Fhtml%2Flibrary%2Fcontrol.html;h=697bf0f55d16a00fe43fe8bbe509acff31c5157a;hb=9baa61064d841920029dab99d598933649fc00bd;hp=5c68710e10569c6b11360d9b4c63824db7d314f3;hpb=17b9d388831eaa2242c46ed76cad9a8e23c1baba;p=helm.git 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 {