Browse Source

Add styling

master
Gintas Grigelionis 7 years ago
parent
commit
3d294d44c0
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      manual/Tasks/unzip.html

+ 4
- 6
manual/Tasks/unzip.html View File

@@ -120,12 +120,10 @@ extract an Ant generated ZIP archive.</p>
</tr>
<tr>
<td>allowFilesToEscapeDest</td>
<td>Whether to allow the extracted file or directory
to be outside of the dest directory.
<em>since Ant 1.10.4</em></td>
<td>No, defaults to false unless
stripAbsolutePathSpec is true and the entry's name starts with a leading
path spec.</td>
<td>Whether to allow the extracted file or directory to be outside of the dest
directory. <em>since Ant 1.10.4</em></td>
<td>No, defaults to <q>false</q> unless <var>stripAbsolutePathSpec</var> is <q>true</q> and the
entry's name starts with a leading path spec.</td>
</tr>
</table>
<h3>Examples</h3>


Loading…
Cancel
Save