aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-23 22:31:05 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-23 22:31:05 +0000
commitaaee6816b45bc680f371d346b1c3f537e2b1acee (patch)
treeb87f2d04e67ba9e940dff695db8e6aeb6770f91e
parentd8762eb43662ca8d099d831d454abe402a8fc10a (diff)
downloadpandoc-aaee6816b45bc680f371d346b1c3f537e2b1acee.tar.gz
Added quotes around attribute in ASCIIMathML link example
(in README). git-svn-id: https://pandoc.googlecode.com/svn/trunk@788 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9f27c7ce7..b8dc1aaf9 100644
--- a/README
+++ b/README
@@ -800,7 +800,7 @@ be interpreted as raw LaTeX, not as markdown.
[ASCIIMathML] website and make it available on your webserver. Then
create a custom header for your web page that includes the line
- <script src=/path/to/ASCIIMathML.js></script>
+ <script src="/path/to/ASCIIMathML.js"></script>
Custom headers
==============