aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-12-17 19:44:30 -0500
committerDavid King <imkingdavid@gmail.com>2012-12-17 19:44:30 -0500
commita740ae9c22193d9781a7771cfd633aaeb5fa6f82 (patch)
treeb517cc8d8d4f9e8fd61670e04cab76fc235ac42e /phpBB/docs
parent736b8e44568f98d737c745dd870ff09275c7d106 (diff)
downloadforums-a740ae9c22193d9781a7771cfd633aaeb5fa6f82.tar
forums-a740ae9c22193d9781a7771cfd633aaeb5fa6f82.tar.gz
forums-a740ae9c22193d9781a7771cfd633aaeb5fa6f82.tar.bz2
forums-a740ae9c22193d9781a7771cfd633aaeb5fa6f82.tar.xz
forums-a740ae9c22193d9781a7771cfd633aaeb5fa6f82.zip
[feature/events] Use ` to escape HTML tags in markdown
PHPBB3-9550
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/EVENTS.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/docs/EVENTS.md b/phpBB/docs/EVENTS.md
index 5072782198..cc03688d0d 100644
--- a/phpBB/docs/EVENTS.md
+++ b/phpBB/docs/EVENTS.md
@@ -21,7 +21,7 @@ acp_overall_footer_after
acp_overall_header_head_append
===
* Location: adm/style/overall_header.html
-* Add assets within the head tags in the ACP
+* Add assets within the `<head>` tags in the ACP
acp_simple_footer_after
===
@@ -31,7 +31,7 @@ acp_simple_footer_after
acp_simple_header_head_append
===
* Location: adm/style/overall_header.html
-* Add assets within the head tags in the simple header of the ACP
+* Add assets within the `<head>` tags in the simple header of the ACP
acp_users_overview_options_append
===
@@ -74,14 +74,14 @@ overall_footer_after
* Locations:
+ styles/prosilver/template/overall_footer.html
+ styles/subsilver2/template/overall_footer.html
-* Purpose: Add content at the end of the file, directly prior to the closing body tag
+* Purpose: Add content at the end of the file, directly prior to the `</body>` tag
overall_header_head_append
===
* Locations:
+ styles/prosilver/template/overall_header.html
+ styles/subsilver2/template/overall_header.html
-* Purpose: Add asset calls directly before the closing head tag
+* Purpose: Add asset calls directly before the `</head>` tag
overall_header_breadcrumb_append
===
@@ -110,12 +110,12 @@ posting_editor_options_prepend
simple_footer_after
===
* Location: styles/prosilver/template/simple_footer.html
-* Purpose: Add content directly prior to the closing body tag of the simple footer
+* Purpose: Add content directly prior to the `</body>` tag of the simple footer
ucp_pm_viewmessage_print_head_append
===
* Location: styles/prosilver/template/ucp_pm_viewmessage_print.html
-* Purpose: Add asset calls directly before the closing head tag of the Print PM screen
+* Purpose: Add asset calls directly before the `</head>` tag of the Print PM screen
viewtopic_topic_title_prepend
===
@@ -127,4 +127,4 @@ viewtopic_topic_title_prepend
viewtopic_print_head_append
===
* Location: styles/prosilver/template/viewtopic_print.html
-* Purpose: Add asset calls directly before the closing head tag of the Print Topic screen
+* Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen