From 107bea816faf4f036b55bc75dc7a5f274c15cb97 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 1 Aug 2023 13:12:56 +0000 Subject: [PATCH] Update custom-database-queries.md --- .../general-admin-users/custom-database-queries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-documentation/general-admin-users/custom-database-queries.md b/docs/user-documentation/general-admin-users/custom-database-queries.md index b8bec20d571..88e86a80b25 100644 --- a/docs/user-documentation/general-admin-users/custom-database-queries.md +++ b/docs/user-documentation/general-admin-users/custom-database-queries.md @@ -231,8 +231,8 @@ the SQL statement should be one of the following **magic** words: ```sql select id, perm_id as data_set_key from data_sets ``` - -.. warning: **Be careful with this feature**: The table is shown with the hyperlinks even if the value isn't a perm ID of specified type. +> **Warning** +> **Be careful with this feature**: The table is shown with the hyperlinks even if the value isn't a perm ID of specified type. ### Edit a Query -- GitLab