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