aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.html
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-07 01:06:34 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-07 01:06:34 +0000
commitf2c2494b66e3577c43e910ea19152d7d4d1c2f49 (patch)
tree22ce0165508d9bf7f71cb24a3d799b188e3c35ae /tests/writer.html
parent1bc585837c75f9ab21e49e2dccb6bcd905b1a5bc (diff)
downloadpandoc-f2c2494b66e3577c43e910ea19152d7d4d1c2f49.tar.gz
Modified HTML output for Image elements, to conform to
Markdown.pl: + title attribute comes after alt attribute + title is included even if null git-svn-id: https://pandoc.googlecode.com/svn/trunk@445 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.html')
-rw-r--r--tests/writer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.html b/tests/writer.html
index 2428d0a12..3213bb9ce 100644
--- a/tests/writer.html
+++ b/tests/writer.html
@@ -751,10 +751,10 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
From &ldquo;Voyage dans la Lune&rdquo; by Georges Melies (1902):
</p>
<p>
- <img src="lalune.jpg" title="Voyage dans la Lune" alt="lalune" />
+ <img src="lalune.jpg" alt="lalune" title="Voyage dans la Lune" />
</p>
<p>
- Here is a movie <img src="movie.jpg" alt="movie" /> icon.
+ Here is a movie <img src="movie.jpg" alt="movie" title="" /> icon.
</p>
<hr />
<h1>Footnotes</h1>