From de45033ea533b5203861251fb1536e8ba51ebe4e Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 4 Oct 2013 19:47:28 +0200 Subject: [PATCH] remove blank line so that the versionadded directive is rendered properly --- cookbook/form/dynamic_form_modification.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/cookbook/form/dynamic_form_modification.rst b/cookbook/form/dynamic_form_modification.rst index ef6f1222975..4a0914d343f 100644 --- a/cookbook/form/dynamic_form_modification.rst +++ b/cookbook/form/dynamic_form_modification.rst @@ -466,7 +466,6 @@ On a form, we can usually listen to the following events: * ``POST_BIND`` .. versionadded:: 2.2.6 - The behavior of the ``POST_BIND`` event changed slightly in 2.2.6, which the below example uses.