diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-09 10:02:52 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-09 10:02:52 -0400 |
commit | 7d177ceed297e3f8f842ec0cb6ef7c42b8200524 (patch) | |
tree | 48342101c18c7cba7329893ccb7dc686e4464660 | |
parent | 62eb5a91bc0b385413403dfd6fcdf10a944451fc (diff) |
Added <body> tag to sample doc so it will work the same on all parsers.
-rw-r--r-- | doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 82e4030..52f3cc2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -41,7 +41,7 @@ document. It's part of a story from `Alice in Wonderland`:: html_doc = """ <html><head><title>The Dormouse's story</title></head> - + <body> <p class="title"><b>The Dormouse's story</b></p> <p class="story">Once upon a time there were three little sisters; and their names were |