Repository: ant Updated Branches: refs/heads/master 19910e518 -> d1b6b321d
HTML 5-ish Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/d1b6b321 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/d1b6b321 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/d1b6b321 Branch: refs/heads/master Commit: d1b6b321da25c95f2e69a34168a429360ed51566 Parents: 19910e5 Author: Gintas Grigelionis <[email protected]> Authored: Sat May 5 19:03:04 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Sat May 5 19:03:04 2018 +0200 ---------------------------------------------------------------------- manual/Types/filterchain.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/d1b6b321/manual/Types/filterchain.html ---------------------------------------------------------------------- diff --git a/manual/Types/filterchain.html b/manual/Types/filterchain.html index d0db8ee..08a9802 100644 --- a/manual/Types/filterchain.html +++ b/manual/Types/filterchain.html @@ -320,9 +320,9 @@ the source distribution).</p> </tr> <tr> <td>matchAny</td> - <td>If <em>false</em>, then all the strings are expected to be present in the line. If - <em>true</em>, then the presence of any of the strings in the line, is considered - a successful match. Defaults to <em>false</em>. + <td>If <q>false</q>, then all the strings are expected to be present in the line. If + <q>true</q>, then the presence of any of the strings in the line is considered + a successful match. Defaults to <q>false</q>. <br/> <em>Since Ant 1.10.4</em> </td>
