diff -r 9e9334417dbc -r 31d226269d2f includes/render.php
--- a/includes/render.php Mon Mar 29 01:47:31 2010 -0400
+++ b/includes/render.php Tue Mar 30 11:34:56 2010 -0400
@@ -574,7 +574,7 @@
public static function reverse_process_headings($text)
{
- if ( !preg_match_all('|^(.*?)$|m', $text, $matches) )
+ if ( !preg_match_all('|^(.*?)$|m', $text, $matches) )
return $text;
foreach ( $matches[0] as $i => $match )