From dea398e903a13cb6b050a274b03eab7e23f8d59a Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Wed, 25 Oct 2023 10:20:54 +0300 Subject: [PATCH 1/2] backspace parameter for memberlist tag --- docs/member/memberlist.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/member/memberlist.md b/docs/member/memberlist.md index 3a43a9f61..86be33dad 100644 --- a/docs/member/memberlist.md +++ b/docs/member/memberlist.md @@ -80,6 +80,12 @@ This parameter allows you to specify the id attribute for the search <form> This parameter allows you to specify a name attribute for the search <form> tag. +### `backspace=` + + backspace="3" + +The `backspace=` parameter will remove specified number of characters, including spaces and line breaks, from the last iteration of the tag pair. + ## Form Variables ### `{form_declaration}` From 68408adb802dd0c55ca47f4e45cfc3a336b676ca Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Fri, 2 Feb 2024 15:11:13 -0500 Subject: [PATCH 2/2] small changes --- docs/member/memberlist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/member/memberlist.md b/docs/member/memberlist.md index 86be33dad..682e8eb9a 100644 --- a/docs/member/memberlist.md +++ b/docs/member/memberlist.md @@ -84,7 +84,7 @@ This parameter allows you to specify a name attribute for the search <form> backspace="3" -The `backspace=` parameter will remove specified number of characters, including spaces and line breaks, from the last iteration of the tag pair. +The `backspace=` parameter will remove the specified number of characters, including spaces and line breaks, from the last iteration of the tag pair. ## Form Variables