Skip to content

Commit

Permalink
Update mod_cblistmodule.xml
Browse files Browse the repository at this point in the history
xml escape <>
  • Loading branch information
Tazzios authored Jul 23, 2024
1 parent 22fa75e commit 92bf52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_cblistmodule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &lt;&gt; '' ORDER BY sort,title ASC" />
<field
name="sortorder" type="list"
default="list"
Expand Down

0 comments on commit 92bf52c

Please sign in to comment.