diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index 0cfd21dc7e..526c1eb3c4 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -98,11 +98,11 @@
- {L_EXTENSIONS_AVAILABLE} |
+ {L_EXTENSIONS_AVAILABLE} |
- {available.META_DISPLAY_NAME} |
+ {available.META_DISPLAY_NAME} |
{available.META_VERSION}
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 07e3b83beb..c0f313f540 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -70,6 +70,18 @@ acp_ext_details_notice
* Since: 3.1.11-RC1
* Purpose: Add extension detail notices after version check information.
+acp_ext_list_available_name_after
+===
+* Location: adm/style/acp_ext_list.html
+* Since: 3.1.13-RC1
+* Purpose: Add content after the name of available extensions in the list
+
+acp_ext_list_available_title_after
+===
+* Location: adm/style/acp_ext_list.html
+* Since: 3.1.13-RC1
+* Purpose: Add text after available extensions section title.
+
acp_ext_list_disabled_name_after
===
* Location: adm/style/acp_ext_list.html
|