Ticket #2647: functions-formatting.php.diff
| File functions-formatting.php.diff, 621 bytes (added by , 20 years ago) |
|---|
-
functions-formatting.php
35 35 36 36 $curl = preg_replace('/(\d+)x(\d+)/', "$1×$2", $curl); 37 37 38 } elseif (strstr($curl, '<code') || strstr($curl, '<pre') || strstr($curl, '<kbd' || strstr($curl, '<style') || strstr($curl, '<script'))) {38 } elseif (strstr($curl, '<code') || strstr($curl, '<pre') || strstr($curl, '<kbd') || strstr($curl, '<style') || strstr($curl, '<script')) { 39 39 // strstr is fast 40 40 $next = false; 41 41 } else {