diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html index ab10d2f9d..e0c84b46a 100644 --- a/manual/Tasks/unzip.html +++ b/manual/Tasks/unzip.html @@ -120,12 +120,10 @@ extract an Ant generated ZIP archive.

allowFilesToEscapeDest - Whether to allow the extracted file or directory - to be outside of the dest directory. - since Ant 1.10.4 - No, defaults to false unless - stripAbsolutePathSpec is true and the entry's name starts with a leading - path spec. + Whether to allow the extracted file or directory to be outside of the dest + directory. since Ant 1.10.4 + No, defaults to false unless stripAbsolutePathSpec is true and the + entry's name starts with a leading path spec.

Examples