You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2018/02/07 18:01:13 UTC

[incubator-daffodil-site] 02/02: Fix missing code markings

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git

commit dcfabbda620cd3c2014d67b6a167bff06ccd4324
Author: Steve Lawrence <sl...@tresys.com>
AuthorDate: Wed Feb 7 10:11:50 2018 -0500

    Fix missing code markings
---
 site/tdml.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/tdml.md b/site/tdml.md
index 953a236..e92973b 100644
--- a/site/tdml.md
+++ b/site/tdml.md
@@ -389,7 +389,7 @@ result: by the time a program is reading the XML data, it should only see LF
 line endings.
 
 It is possible to get a literal CR character into XML content, but ONLY by
-using the numeric character entity notation, i.e., &#xD;. So one might try to
+using the numeric character entity notation, i.e., ``&#xD;``. So one might try to
 write the above test as:
 
 ```xml

-- 
To stop receiving notification emails like this one, please contact
slawrence@apache.org.