Skip to content

Commit cce2e7e

Browse files
committed
fix: just reencode br
1 parent 68db0ff commit cce2e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/command/cleanticketscommand.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ protected function fixBadForm_2(InputInterface $input, OutputInterface $output)
178178
'<br />',
179179
];
180180
$replace = [
181-
'&lt;div&gt;&lt;/div&gt;',
181+
'&lt;br /&gt;',
182182
];
183183
$row['content'] = str_replace($pattern, $replace, $row['content']);
184184
// Direct write to the table to avoid alteration of other fields

0 commit comments

Comments
 (0)