Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 173 → Rev 1052

/trunk/api/text/wiki_wikini/Parse/Table.php
1,5 → 1,5
<?php
// $Id: Table.php,v 1.2 2004-11-25 15:36:19 jpm Exp $
// $Id: Table.php,v 1.3 2006-04-28 12:41:27 florian Exp $
 
 
/**
100,6 → 100,7
}
// Les attributs de la ligne
$morceaux='';
if (preg_match('/^!(.*)!$/U', $cell[0], $morceaux)) {
$attr = $morceaux[1];
} else {