diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index d48cfa57be..7d9a0f27d3 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -148,6 +148,6 @@ {S_FORM_TOKEN}

- + diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index be8d9f745a..4572c220a8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -110,6 +110,7 @@
  • [Fix] Fix open_basedir issues when accessing styles- and language-management. (Bug #59135)
  • [Fix] Fix table binding issues with PostgreSQL in board-wide feed. (Bug #58425)
  • [Fix] Only show unapproved posts in ATOM Feeds for moderators (Bug #58695)
  • +
  • [Fix] Various XHTML mistakes in ACP (Bug #58745)
  • [Feature] Support for Microsoft's Native SQL Server Driver for PHP (Bug #57055 - Patch by Chris Pucci at Microsoft)
  • [Feature] The memcache acm plugin now supports multiple memcache servers.