From 0b6a4ea157395c3c45123585a4f7a0e4a5e47e2f Mon Sep 17 00:00:00 2001 From: Lonnie Ezell Date: Mon, 13 Jan 2020 22:55:02 -0600 Subject: [PATCH] Update current_url and previous_url in the docs for View Parser. Fixes #2460 --- user_guide_src/source/outgoing/view_parser.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/outgoing/view_parser.rst b/user_guide_src/source/outgoing/view_parser.rst index 0d8d2552e426..81d4e371977c 100644 --- a/user_guide_src/source/outgoing/view_parser.rst +++ b/user_guide_src/source/outgoing/view_parser.rst @@ -521,8 +521,8 @@ The following plugins are available when using the parser: ==================== ========================== ================================================================================== ================================================================ Plugin Arguments Description Example ==================== ========================== ================================================================================== ================================================================ -currentURL Alias for the current_url helper function. {+ currentURL +} -previousURL Alias for the previous_url helper function. {+ previousURL +} +current_url Alias for the current_url helper function. {+ current_url +} +previous_url Alias for the previous_url helper function. {+ previous_url +} siteURL Alias for the site_url helper function. {+ siteURL "login" +} mailto email, title, attributes Alias for the mailto helper function. {+ mailto email=foo@example.com title="Stranger Things" +} safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto email=foo@example.com title="Stranger Things" +}