Author: sgoeschl
Date: Tue Apr 24 18:53:22 2012
New Revision: 1329941

URL: http://svn.apache.org/viewvc?rev=1329941&view=rev
Log:
Fixed broken formatting in userguide.xml

Modified:
    commons/proper/email/trunk/src/site/xdoc/userguide.xml

Modified: commons/proper/email/trunk/src/site/xdoc/userguide.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/site/xdoc/userguide.xml?rev=1329941&r1=1329940&r2=1329941&view=diff
==============================================================================
--- commons/proper/email/trunk/src/site/xdoc/userguide.xml (original)
+++ commons/proper/email/trunk/src/site/xdoc/userguide.xml Tue Apr 24 18:53:22 
2012
@@ -279,9 +279,8 @@ import org.apache.commons.mail.HtmlEmail
         <ul>
           <li>
             When using a secured transport (STARTTLS or SSL) you can force 
validating the server's 
-            certificate by calling 
<code>Email.setSSLCheckServerIdentity(true). Having said that
-            this does not seem to work on any of my test servers (GMAIL, GMX).
-          </code>
+            certificate by calling 
<code>Email.setSSLCheckServerIdentity(true)</code>. Having said that
+            this does not seem to work on any of my test servers (GMAIL, GMX). 
         
           </li>
           <li>
             Enforce using STARTTLS by calling 
<code>Email.setStartTLSRequired(true)</code>


Reply via email to