From 96040cd540108b04932ccda1be66770ad6e88256 Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Wed, 2 Aug 2023 13:19:55 +0000
Subject: [PATCH] Update properties-handled-by-scripts.md

---
 .../general-admin-users/properties-handled-by-scripts.md        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-documentation/general-admin-users/properties-handled-by-scripts.md b/docs/user-documentation/general-admin-users/properties-handled-by-scripts.md
index 50e43e504ff..968332aa77f 100644
--- a/docs/user-documentation/general-admin-users/properties-handled-by-scripts.md
+++ b/docs/user-documentation/general-admin-users/properties-handled-by-scripts.md
@@ -939,7 +939,7 @@ is replaced by function `inputWidgets` as in the following example:
         unit = factory.createComboBoxInputField('Unit', ['cm', 'mm']).setMandatory(True)
         value = factory.createTextInputField('Value').setMandatory(True)
         return [unit, value]
-``` 
+```
 
 The field 'Managed Text' in the registration form will be as shown in
 the following screen shot:
-- 
GitLab