You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2015/05/28 10:02:53 UTC

[2/5] ant git commit: Manual : small fix layout

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 <jh...@apache.org>
Authored: Thu May 28 08:13:07 2015 +0200
Committer: Jan Matèrne <jh...@apache.org>
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>