summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-15 21:49:16 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-15 21:49:16 -0800
commit0eb3f8cff2c48150e9263b17faeacb636549ccdc (patch)
treee912c785e02a88cf3225e3543653968e37c6cfa1 /tests
parent9ea7164d81aed0d5a4b1295cb0937370249c9ddd (diff)
HTML writer: put newline btw img and caption paragraph.
Diffstat (limited to 'tests')
-rw-r--r--tests/writer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/writer.html b/tests/writer.html
index b56e81292..34da66835 100644
--- a/tests/writer.html
+++ b/tests/writer.html
@@ -524,7 +524,8 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\
<h1 id="images">Images</h1>
<p>From “Voyage dans la Lune” by Georges Melies (1902):</p>
<div class="figure">
-<img src="lalune.jpg" title="Voyage dans la Lune" alt="lalune" /><p class="caption">lalune</p>
+<img src="lalune.jpg" title="Voyage dans la Lune" alt="lalune" />
+<p class="caption">lalune</p>
</div>
<p>Here is a movie <img src="movie.jpg" alt="movie" /> icon.</p>
<hr />