Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadjimbob committed Oct 31, 2022
1 parent 9ffe916 commit 279ad03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mikio.php
Original file line number Diff line number Diff line change
Expand Up @@ -1764,8 +1764,8 @@ public function parseContent(string $content)

$content = preg_replace(
'/(<tr>\s*<td>\s*<label for="tpl__' . $header['starts_with'] . '.+?<\/tr>)/s',
'</tbody></table><' . $header['heading'] . ' style="display:' .
($header['hidden'] === true ? 'none' : 'block') . '">' .
'</tbody></table><' . $header['heading'] . ' style="display:' .
($header['hidden'] === true ? 'none' : 'block') . '">' .
$header['title'] . '</' . $header['heading'] . '>
<table style="display:' . ($header['hidden'] === true ? 'none' : 'table') . '"><tbody>$1',
$content,
Expand Down

0 comments on commit 279ad03

Please sign in to comment.