Skip to content

Commit e05e765

Browse files
committed
docs: fix example code for plugin
1 parent d8be763 commit e05e765

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

user_guide_src/source/outgoing/view_parser.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -469,13 +469,13 @@ Plugin Arguments Description
469469
================== ========================= ============================================ ================================================================
470470
current_url Alias for the current_url helper function. {+ current_url +}
471471
previous_url Alias for the previous_url helper function. {+ previous_url +}
472-
siteURL Alias for the site_url helper function. {+ siteURL "login" +}
473-
mailto email, title, attributes Alias for the mailto helper function. {+ mailto [email protected] title="Stranger Things" +}
474-
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto [email protected] title="Stranger Things" +}
472+
siteURL Alias for the site_url helper function. {+ siteURL login +}
473+
mailto email, title, attributes Alias for the mailto helper function. {+ mailto [email protected] title=Stranger Things +}
474+
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto [email protected] title=Stranger Things +}
475475
lang language string Alias for the lang helper function. {+ lang number.terabyteAbbr +}
476-
validation_errors fieldname(optional) Returns either error string for the field {+ validation_errors +} , {+ validation_errors field="email" +}
476+
validation_errors fieldname(optional) Returns either error string for the field {+ validation_errors +} , {+ validation_errors field=email +}
477477
(if specified) or all validation errors.
478-
route route name Alias for the route_to helper function. {+ route "login" +}
478+
route route name Alias for the route_to helper function. {+ route login +}
479479
csp_script_nonce Alias for the csp_script_nonce helper {+ csp_script_nonce +}
480480
function.
481481
csp_style_nonce Alias for the csp_style_nonce helper {+ csp_style_nonce +}

0 commit comments

Comments
 (0)