2015-06-21 09:56:36 -04:00
|
|
|
<?php
|
2015-10-19 22:49:30 -04:00
|
|
|
|
2015-06-21 09:56:36 -04:00
|
|
|
return array(
|
|
|
|
'filter' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
// the extra space is required to strip the title cleanly
|
2015-10-19 22:49:30 -04:00
|
|
|
'%title="(.+) " */>%' => '/><br/>$1',
|
|
|
|
),
|
|
|
|
),
|
2015-06-21 09:56:36 -04:00
|
|
|
);
|