mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
28.02.2011 c53e51908a7ce63716ca66f2f9218eaa4c981855
Fix minor HTML validation warnings
1 files modified
3 ■■■■■ changed files
opendj3/opendj-ldap-sdk/src/main/javadoc/overview.html 3 ●●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/main/javadoc/overview.html
@@ -1,3 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
    The OpenDJ SDK for Java provides a high performance easy to use
@@ -15,6 +16,7 @@
      width="100%">
      <tbody>
        <tr>
         <td>
          <pre>    // Create an LDIF writer which will write the search results to stdout.
    final LDIFEntryWriter writer = new LDIFEntryWriter(System.out);
    Connection connection = null;
@@ -58,6 +60,7 @@
        connection.close();
      }
    }</pre>
       </td>
        </tr>
      </tbody>
    </table>