You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by do...@apache.org on 2009/12/07 16:33:56 UTC

svn commit: r887954 - in /subversion/trunk/doc/user: cvs-crossover-guide.html svn-best-practices.html

Author: dongsheng
Date: Mon Dec  7 15:33:55 2009
New Revision: 887954

URL: http://svn.apache.org/viewvc?rev=887954&view=rev
Log:
* doc/user/cvs-crossover-guide.html, doc/user/svn-best-practices.html
  W3C HTML validation fix.

Modified:
    subversion/trunk/doc/user/cvs-crossover-guide.html
    subversion/trunk/doc/user/svn-best-practices.html

Modified: subversion/trunk/doc/user/cvs-crossover-guide.html
URL: http://svn.apache.org/viewvc/subversion/trunk/doc/user/cvs-crossover-guide.html?rev=887954&r1=887953&r2=887954&view=diff
==============================================================================
--- subversion/trunk/doc/user/cvs-crossover-guide.html (original)
+++ subversion/trunk/doc/user/cvs-crossover-guide.html Mon Dec  7 15:33:55 2009
@@ -18,11 +18,13 @@
  under the License.
 
 -->
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+   "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 <title>CVS to SVN Crossover Guide</title>
-<style>
+<style type="text/css">
 body {
   font-family: sans-serif;
 }
@@ -231,11 +233,10 @@
       the repository, to hold tags and branches later on.  Then we
       import the contents of the local <tt>myproj/</tt> directory into
       a newly created <tt>/trunk</tt> directory in the
-      repository.</tt>
+      repository.</dd>
     </dl>
   </td>
 </tr>
-<tr>
 </table>
 
 <dl class="bookref">
@@ -331,7 +332,7 @@
       the <tt>--username</tt> and <tt>--password</tt> options are
       merely values to be used <em>if</em> the server issues a
       challenge; they do not "push" the credentials at the
-      server.)</tt> </dd>
+      server.)</dd>
 
     </dl>
   </td>

Modified: subversion/trunk/doc/user/svn-best-practices.html
URL: http://svn.apache.org/viewvc/subversion/trunk/doc/user/svn-best-practices.html?rev=887954&r1=887953&r2=887954&view=diff
==============================================================================
--- subversion/trunk/doc/user/svn-best-practices.html (original)
+++ subversion/trunk/doc/user/svn-best-practices.html Mon Dec  7 15:33:55 2009
@@ -19,16 +19,22 @@
 
 -->
 
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+   "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 <title>Subversion Best Practices</title>
+<style type="text/css">
+h1 {
+  text-align: center;
+}
+</style>
 </head>
 
 <body>
 
-<center>
- <h1>Subversion Best Practices</h1>
-</center>
+<h1>Subversion Best Practices</h1>
 
 <p>This is a quick set of guidelines for making the best use of
 Subversion in your day-to-day software development work.</p>