From 1fc1184229e4fb26295cc524656e8e36bee5897b Mon Sep 17 00:00:00 2001
From: Alexandre P <apo@kereval.com>
Date: Tue, 15 Nov 2022 18:06:18 +0100
Subject: [PATCH] Correct broken xml on md document for DCCValidator

---
 DCC-validator/installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DCC-validator/installation.md b/DCC-validator/installation.md
index 75f04b1..1dbffdc 100755
--- a/DCC-validator/installation.md
+++ b/DCC-validator/installation.md
@@ -97,9 +97,9 @@ Install factories module
 
 5. Stop Wildfly and edit standalone.xml in `/usr/local/wildfly18/standalone/configuration` ; add the factories binding in the naming subsystem :
 
-Replace this property `${DEPLOYMENT_PROPERTIES}` with your own path to the deployment property:
+   Replace this property `${DEPLOYMENT_PROPERTIES}` with your own path to the deployment property:
 
-   ```txt
+   ```xml
    <subsystem xmlns="urn:jboss:domain:naming:2.0">
       <bindings>
          <object-factory name="java:/app/gazelle/dcc-validator/operational-preferences" module="net.ihe.gazelle.factories" class="net.ihe.gazelle.factories.PropertiesFactory">
-- 
GitLab