Scala 2.7.0-final

Scala 2.7.0-finalきてた。あとで入れる。

wordpressのformatterがキモいタグを生成するので、どうにかする - ME2.2.3の場合

--- formatting.php.org Fri Feb 22 18:23:52 2008 +++ formatting.php Fri Feb 22 18:21:16 2008 @@ -55,7 +55,7 @@ $pee = $pee . "\n"; // just to make things a little easier, pad the end $pee = preg_replace('|<br />\s*<br />|', "\n\n", $pee); // Space things out a little - $allblocks = '(?:table|thead|tfoot|caption|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|select|form|map|area|blockquote|address|math|style|input|p|h[1-6]|hr)'; + $allblocks = '(?:code|table|thead|tfoot|caption|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|select|form|map|area|blockquote|address|math|style|input|p|h[1-6]|hr)'; $pee = preg_replace('!(<' . $allblocks . '[^>]*>)!', "\n$1", $pee); $pee = preg_replace('!(</' . $allblocks . [続きを読む]