diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-06-14 10:42:41 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-06-14 10:42:51 +0200 |
commit | dc17129082dc112fd45515adfc233c685723d547 (patch) | |
tree | 54f9d608d31abd28b3bda8ee9449ca78d84eb0a3 /demo.html | |
parent | 123309222390608d6736cec8ce500ace501dfa99 (diff) | |
download | perl-software-in-gnu-guix-dc17129082dc112fd45515adfc233c685723d547.tar perl-software-in-gnu-guix-dc17129082dc112fd45515adfc233c685723d547.tar.gz |
themes use default quotation marks for `<q>` #1720
Diffstat (limited to 'demo.html')
-rw-r--r-- | demo.html | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -295,8 +295,7 @@ function linkify( selector ) { <section> <h2>Clever Quotes</h2> <p> - These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations"> - “The nice thing about standards is that there are so many to choose from”</q> and block: + These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">The nice thing about standards is that there are so many to choose from</q> and block: </p> <blockquote cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations"> “For years there has been a theory that millions of monkeys typing at random on millions of typewriters would |