From 92bf52ccfcd663a4d199ca964ef8f84426d29d72 Mon Sep 17 00:00:00 2001 From: Tazzios <23451105+Tazzios@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:31:50 +0200 Subject: [PATCH] Update mod_cblistmodule.xml xml escape <> --- mod_cblistmodule.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_cblistmodule.xml b/mod_cblistmodule.xml index 92c48fc..106b8d2 100644 --- a/mod_cblistmodule.xml +++ b/mod_cblistmodule.xml @@ -40,7 +40,7 @@ label="Order by field" key_field="id" value_field="title" - query="SELECT 0 AS sort, 'list_default' AS id, 'List default' AS title UNION SELECT 1 AS sort, name AS id, name AS title FROM #__comprofiler_fields WHERE published=1 and tablecolumns <> '' ORDER BY sort,title ASC" /> + query="SELECT 0 AS sort, 'list_default' AS id, 'List default' AS title UNION SELECT 1 AS sort, name AS id, name AS title FROM #__comprofiler_fields WHERE published=1 and tablecolumns <> '' ORDER BY sort,title ASC" />