diff --git a/core/profiles/standard/standard.install b/core/profiles/standard/standard.install index 35e42174676..9bef3fba5fc 100644 --- a/core/profiles/standard/standard.install +++ b/core/profiles/standard/standard.install @@ -32,7 +32,7 @@ function standard_install() { 'filters' => array( 'filter_url' => array( 'weight' => 0, - 'status' => 1, + 'status' => 0, ), 'filter_html' => array( 'weight' => 1, @@ -41,7 +41,7 @@ function standard_install() { // Line break filter. 'filter_autop' => array( 'weight' => 2, - 'status' => 1, + 'status' => 0, ), 'filter_image_caption' => array( 'weight' => 4,