X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/13a8363eec7bf4c226ed23e96722e3cf5de494ed..6e5ea979b62b5137ab35ae18d3579bf6619db15d:/templates/webpages/admin/user_migration_done_master.html diff --git a/templates/webpages/admin/user_migration_done_master.html b/templates/webpages/admin/user_migration_done_master.html index 9e16d4841..dd7b32ae6 100644 --- a/templates/webpages/admin/user_migration_done_master.html +++ b/templates/webpages/admin/user_migration_done_master.html @@ -7,7 +7,7 @@

The following users have been migrated into the authentication database:

-

[% FOREACH row = MEMBERS %][% row.login %] [% END %]

+

[% FOREACH row = MEMBERS %][% HTML.escape(row.login) %] [% END %]