* Mon Oct 06 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme

- Add UTF8 and avoid potential DB caching problems [SME: 13209]
This commit is contained in:
2025-10-06 12:06:29 +01:00
parent dfbe9e76ce
commit 9fb9d89ab9
4 changed files with 35 additions and 32 deletions

View File

@@ -76,7 +76,7 @@
</tr>
</thead>
<tbody class='tabl2'>
% my $control_data = $c->stash('Table3');
% $control_data = $c->stash('Table3');
% foreach my $row (@$control_data) {
<tr class='table-row'>
<td class='sme-border table-col table-col-Table3_Groups'><%=$c->render_to_string(inline=>$row->{'Table3_Users'})%></td>