*** empty log message ***
diff --git a/new-and-noteworthy/compute-n-and-n.php b/new-and-noteworthy/compute-n-and-n.php
index a1138aa..37a02de 100644
--- a/new-and-noteworthy/compute-n-and-n.php
+++ b/new-and-noteworthy/compute-n-and-n.php
@@ -91,7 +91,7 @@
 		 * Look for N&N TEXT
 		 */
 		foreach( $xml->bug->long_desc as $value ) {
-			if( preg_match( "/N&N TEXT:(.*)/", $value->thetext, $matches ) ) {
+			if( preg_match( "/N&N TEXT:(.*)/s", $value->thetext, $matches ) ) {
 				$description = trim($matches[1]);
 			}
 		}