Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 6854 → Rev 6855

/trunk/wims/public_html/modules/adm/latex2wims/latex2wims.pl
540,7 → 540,7
}
if ($TEXT =~ /\\begin\{\s*(\w*)\s*\}/g) {
warn " ATTENTION : environnement non répertorié : $1" if $1 ne 'matrix';
warn " ATTENTION : environnement non répertorié : $1" if $1 ne 'matrix' && $1 ne 'split';
}
$TEXT =~ s,<li>\n+</li>,<li></li>,g;
$TEXT =~ s,</div>\s+</div>,</div></div>,g;