diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-09 09:51:57 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-09 09:51:57 +0000 |
commit | 4d6deb099ee63f2b19f3abbe11e8e3c106fd8493 (patch) | |
tree | 19fc10c5dbf9eac1ccacc88cb3258cee5041e99f /docs/GettingStartedVS.html | |
parent | 18a2e50a9bfe4ecde57dc3913a7bd98b954ec81a (diff) |
docs/*.html: Make W3C HTML 4.01 Strict more compliant.
FIXME: The logo handling in ReleaseNotes.html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129208 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStartedVS.html')
-rw-r--r-- | docs/GettingStartedVS.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index cbc1df430c..49d10b46d7 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -213,14 +213,15 @@ <p>Note that quite a few of these test will fail.</p> </li> - <li>A specific test or test directory can be run with:</li> + <li>A specific test or test directory can be run with: <div class="doc_code"> <pre> % llvm-lit test/path/to/test </pre> </div> - + </li> + </ul> </ol> </div> |