diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-03-04 07:40:22 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-03-04 07:40:22 +0000 |
commit | 402016df28cb8cffbba31d0e66c81d22520b2778 (patch) | |
tree | 0747537f9a7fc97ee6e34ae3c86c30d0a27ec1f3 /tests | |
parent | 21ba6b08f27838bffff457cf6adafd988615d818 (diff) | |
download | pandoc-402016df28cb8cffbba31d0e66c81d22520b2778.tar.gz |
Fixed bug in noscript part of email obfuscation:
& instead of &
git-svn-id: https://pandoc.googlecode.com/svn/trunk@557 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.html b/tests/writer.html index f5d8f145a..9ac41494c 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -721,7 +721,7 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'Email link'+'<\/'+'a'+'>') // --> </script ><noscript - >&#x45;&#x6d;&#x61;&#x69;&#108;&#32;&#108;&#x69;&#110;&#x6b;&#32;&#40;&#110;&#x6f;&#98;&#x6f;&#100;&#x79;&#32;&#x61;&#116;&#32;&#110;&#x6f;&#x77;&#104;&#x65;&#114;&#x65;&#32;&#100;&#x6f;&#116;&#32;&#110;&#x65;&#116;&#x29;</noscript + >Email link (nobody at nowhere dot net)</noscript ></p ><p ><a href="" @@ -819,7 +819,7 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>'); // --> </script ><noscript - >&#110;&#x6f;&#98;&#x6f;&#100;&#x79;&#32;&#x61;&#116;&#32;&#110;&#x6f;&#x77;&#104;&#x65;&#114;&#x65;&#32;&#100;&#x6f;&#116;&#32;&#110;&#x65;&#116;</noscript + >nobody at nowhere dot net</noscript ></p ><blockquote ><p |