fixes syntax error in configuration.md v1.0

Sun, 17 Sep 2017 11:11:12 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 17 Sep 2017 11:11:12 +0200
branch
v1.0
changeset 310
9a0a06637f91
parent 303
5d79c108fcab
child 311
f3c22760e814

fixes syntax error in configuration.md

docs/html/configuration.html file | annotate | diff | comparison | revisions
docs/src/configuration.md file | annotate | diff | comparison | revisions
--- a/docs/html/configuration.html	Sun Sep 10 10:37:51 2017 +0200
+++ b/docs/html/configuration.html	Sun Sep 17 11:11:12 2017 +0200
@@ -97,7 +97,7 @@
 <p>If this element has the value of true, content and resource name encryption/decryption is enabled. Resources are only encrypted if the repository has a default-key or a key is specified via command line option. Because encryption and decryption is disabled by default, <code>false</code> has no effect for this element.</p>
 <p>Type: boolean<br />
 Default: false<br />
-Example: `<full-encryption>true</full-encryption></p>
+Example: <code>&lt;full-encryption&gt;true&lt;/full-encryption&gt;</code></p>
 <h3 id="content-encryption">content-encryption</h3>
 <p>This element enables only content encryption and decryption. A value of <code>false</code> disables content encryption, but it does not disables content decryption, if this is enabled with <code>&lt;decrypt-content&gt;</code>.</p>
 <p>Type: boolean<br />
--- a/docs/src/configuration.md	Sun Sep 10 10:37:51 2017 +0200
+++ b/docs/src/configuration.md	Sun Sep 17 11:11:12 2017 +0200
@@ -54,7 +54,7 @@
 
 Type: boolean \
 Default: false \
-Example: `<full-encryption>true</full-encryption>
+Example: `<full-encryption>true</full-encryption>`
 
 ### content-encryption
 

mercurial