From 902d39a3a79c6efe93c8879575fdd5a759cf03de Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 13 Oct 2018 14:14:50 +0200 Subject: Trim trailing whitespace in source code files --- README.input_filter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.input_filter') diff --git a/README.input_filter b/README.input_filter index be260013ac..adbfc70e5b 100644 --- a/README.input_filter +++ b/README.input_filter @@ -12,7 +12,7 @@ enforced. It is implemented as a SAPI hook and is called from the treat_data and post handler functions. To implement your own security policy you will need to write a standard PHP extension. There is also a powerful standard implementation in ext/filter that should suit most -peoples' needs. However, if you want to implement your own security +peoples' needs. However, if you want to implement your own security policy, read on. A simple implementation might look like the following. This stores the -- cgit v1.2.1