aboutsummaryrefslogtreecommitdiff
path: root/tests/s5.basic.html
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-04 22:52:16 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-04 22:52:16 +0000
commit030d94e1c3cd4be0ab9d7c16fccfa973cedb5d38 (patch)
tree325452ca83818bc0776e257f44342776f9bff78d /tests/s5.basic.html
parent24f3710e0911fa8ebe6070ef83c6206e54a46f1a (diff)
downloadpandoc-030d94e1c3cd4be0ab9d7c16fccfa973cedb5d38.tar.gz
Refactored SGML escaping functions and "in tag" functions to
Text/Shared/Pandoc. (escapeSGML, stringToSGML, inTag, inTagSimple, inTagIndented, selfClosingTag) These can be used by both the HTML and Docbook writers. git-svn-id: https://pandoc.googlecode.com/svn/trunk@417 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/s5.basic.html')
-rw-r--r--tests/s5.basic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/s5.basic.html b/tests/s5.basic.html
index ac06eabd0..50ce30968 100644
--- a/tests/s5.basic.html
+++ b/tests/s5.basic.html
@@ -768,7 +768,7 @@ window.onresize = function(){setTimeout('fontScale()', 50);}</script>
<div class="slide">
<h1>Smarty</h1>
<ul class="incremental">
-<li>"Hello there"</li>
+<li>&quot;Hello there&quot;</li>
<li>Here's a -- dash</li>
<li>And 'ellipses'...</li>
</ul>