Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 453 → Rev 454

/_taios.php
227,7 → 227,7
'<ul>$1</ul>',
'<ol>$1</ol>',
'<li>$1</li>',
'<span style="font-family: Droid Sans Mono, monospace, fixed; margin-left: 4px; margin-right: 4px;">$1</span>',
'<span style="font-family: Droid Sans Mono, monospace, fixed; margin-left: 2em; margin-right: 2em;">$1</span>',
);
 
$newstr = preg_replace($bbcode, $html, $newstr);