diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:16:19 +0000 | 
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:16:19 +0000 | 
| commit | 312d9337b99070dc7eae365dd0b1b3148aecc349 (patch) | |
| tree | b66effffdfd16a0334f2d255d8cf4ba2f446bb1f /tests/s5.basic.html | |
| parent | f4e738a6a9c21507ca6cad16125bdd96afeaf473 (diff) | |
| download | pandoc-312d9337b99070dc7eae365dd0b1b3148aecc349.tar.gz | |
Improved RST writer.
Updated test suite.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1725 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/s5.basic.html')
| -rw-r--r-- | tests/s5.basic.html | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/s5.basic.html b/tests/s5.basic.html index 5e1b0abcf..4f49e3a57 100644 --- a/tests/s5.basic.html +++ b/tests/s5.basic.html @@ -4,7 +4,8 @@    <title>My S5 Document</title>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    <meta name="generator" content="pandoc" /> -  <meta name="author" content="Sam Smith; Jen Jones" /> +  <meta name="author" content="Sam Smith" /> +  <meta name="author" content="Jen Jones" />    <meta name="date" content="July 15, 2006" />    <!-- configuration parameters -->    <meta name="defaultView" content="slideshow" />  | 
