Skip to content

Commit

Permalink
chore: pass linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
xjiang-at-wiris committed Oct 9, 2024
1 parent ac4c2c3 commit dc7df5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subfilters/php.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ public function filter($text, array $options = []) {
}

// If MathJax don't have preference and wiriseditorparselatex = true, parse LateX into MathML
if(!$this->mathjax_have_preference() && $wirispluginwrapper->wiris_editor_parse_latex())
{
if (!$this->mathjax_have_preference() && $wirispluginwrapper->wiris_editor_parse_latex()) {
foreach ($matches[0] as $latex) {
$response = $textservice->getMathML(null, $latex);

Expand Down

0 comments on commit dc7df5d

Please sign in to comment.