Index: class.wiki2xhtml.php
===================================================================
--- class.wiki2xhtml.php	(revision 248)
+++ class.wiki2xhtml.php	(working copy)
@@ -591,8 +591,8 @@
 		# Paragraphe
 		else {
 			$type = 'p';
-			if (preg_match('/^\\\(?<line>(?:('.implode('|',$this->linetags).')).*)$/',$line,$cap)) {
-				$line = $cap['line'];
+			if (preg_match('/^\\\((?:('.implode('|',$this->linetags).')).*)$/',$line,$cap)) {
+				$line = $cap[1];
 			}
 			$line = trim($line);
 		}
