Index: functions-formatting.php
===================================================================
--- functions-formatting.php	(revision 3698)
+++ functions-formatting.php	(working copy)
@@ -35,7 +35,7 @@
 
 			$curl = preg_replace('/(\d+)x(\d+)/', "$1&#215;$2", $curl);
 
-		} elseif (strstr($curl, '<code') || strstr($curl, '<pre') || strstr($curl, '<kbd' || strstr($curl, '<style') || strstr($curl, '<script'))) {
+		} elseif (strstr($curl, '<code') || strstr($curl, '<pre') || strstr($curl, '<kbd') || strstr($curl, '<style') || strstr($curl, '<script')) {
 			// strstr is fast
 			$next = false;
 		} else {
