diff --git a/src/EventSubscriber/MinifyHTMLExit.php b/src/EventSubscriber/MinifyHTMLExit.php
index 959c11d..2af0383 100644
--- a/src/EventSubscriber/MinifyHTMLExit.php
+++ b/src/EventSubscriber/MinifyHTMLExit.php
@@ -136,7 +136,7 @@ class MinifyHTMLExit implements EventSubscriberInterface {
       'minifyhtmlPlaceholderCallbackPre' => '/\\s*<pre(\\b[^>]*?>[\\s\\S]*?<\\/pre>)\\s*/i',
       'minifyhtmlPlaceholderCallbackIframe' => '/\\s*<iframe(\\b[^>]*?>[\\s\\S]*?<\\/iframe>)\\s*/i',
       'minifyhtmlPlaceholderCallbackScript' => '/\\s*<script(\\b[^>]*?>[\\s\\S]*?<\\/script>)\\s*/i',
-      'minifyhtmlPlaceholderCallbackStyle' => '/\\s*<script(\\b[^>]*?>[\\s\\S]*?<\\/script>)\\s*/i',
+      'minifyhtmlPlaceholderCallbackStyle' => '/\\s*<style(\\b[^>]*?>[\\s\\S]*?<\\/style>)\\s*/i',
     ];
 
     // Only strip HTML comments if required.
