This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 63e1bd3 Update how-do-i-configure-endpoints.adoc
63e1bd3 is described below
commit 63e1bd397649476a29460527fd9cb808fd8f97e1
Author: Harish Kumar <[email protected]>
AuthorDate: Thu Oct 22 13:33:20 2020 +0100
Update how-do-i-configure-endpoints.adoc
Escape ampersand twice so that when browser unescapes once the expected
value is displayed
---
docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
b/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
index 8d00563..06643d5 100644
--- a/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
+++ b/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
@@ -344,7 +344,7 @@ shown below:
</route>
----
-Notice that it still requires escaping `&` as `&` in XML. Also you
+Notice that it still requires escaping `&` as `&amp;` in XML. Also you
can have multiple options in one line, eg this is the same:
[source,xml]