Index: sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-profiles-wp-activity-notifier/wporg-profiles-wp-activity-notifier.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-profiles-wp-activity-notifier/wporg-profiles-wp-activity-notifier.php	(revision 4337)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-profiles-wp-activity-notifier/wporg-profiles-wp-activity-notifier.php	(working copy)
@@ -388,7 +388,7 @@
 		$trim_style = in_array( $trim_style, array( 'chars', 'words' ) ) ? $trim_style : 'words';
 
 		// Remove blockquoted text since the text isn't original.
-		$text = preg_replace( '/<blockquote>.+<\/blockquote>/', '', $text );
+		$text = preg_replace( '/<blockquote>.+<\/blockquote>/s', '', $text );
 
 		// Strip tags and surrounding whitespace.
 		$text = trim ( strip_tags( $text ) );
