Manual <mail>: small fix layout
Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/b0330758 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/b0330758 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/b0330758 Branch: refs/heads/master Commit: b0330758338f748042f95304d3248c6c02ee9e0d Parents: 8f2df5d Author: Jan Matèrne <[email protected]> Authored: Thu May 28 08:13:07 2015 +0200 Committer: Jan Matèrne <[email protected]> Committed: Thu May 28 08:13:07 2015 +0200 ---------------------------------------------------------------------- manual/Tasks/mail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/b0330758/manual/Tasks/mail.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/mail.html b/manual/Tasks/mail.html index bc693e0..b59633d 100644 --- a/manual/Tasks/mail.html +++ b/manual/Tasks/mail.html @@ -162,7 +162,7 @@ <td valign="top">ssl</td> <td valign="top">"true", "on" or "yes" accepted here<br></br> indicates whether you need TLS/SSL</td> - <td valign="center">No</td> + <td align="center" valign="top">No</td> </tr> <tr> <td valign="top">encoding</td> @@ -197,7 +197,7 @@ whether the STARTTLS command used to switch to an encrypted connection for authentication should be supported. Requires JavaMail. <em>Since Ant 1.8.0</em></td> - <td valign="center">No</td> + <td align="center" valign="top">No</td> </tr> </table>
