diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-11-01 00:39:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 00:39:08 -0400 |
commit | 9b513b8a7a6fd1986ac8c4f7778f3ad3b54edfbb (patch) | |
tree | e44e6b26684fd36ae5dabd43247bbeebc9b118ce /test/s5-fancy.html | |
parent | eef8118af0bb353f38e8b6ae0f2881ca4d7f71d3 (diff) | |
parent | 8d7ce0fdf0a71e8c34fb7e3bff8909884f3af3a2 (diff) | |
download | pandoc-9b513b8a7a6fd1986ac8c4f7778f3ad3b54edfbb.tar.gz |
Merge pull request #4009 from mb21/html-class-names
HTML Writer: consistently use dashed class-names
Diffstat (limited to 'test/s5-fancy.html')
-rw-r--r-- | test/s5-fancy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/s5-fancy.html b/test/s5-fancy.html index 3031cf071..386ae6dbd 100644 --- a/test/s5-fancy.html +++ b/test/s5-fancy.html @@ -239,7 +239,7 @@ </div> </div> <div class="presentation"> -<div class="titleslide slide"> +<div class="title-slide slide"> <h1 class="title">My S5 Document</h1> <h3 class="author">Sam Smith<br/>Jen Jones</h3> <h4 class="date">July 15, 2006</h4> |