Fixed module definition syntax error

This commit is contained in:
7u83 2023-12-12 12:23:19 +01:00
parent 1dcebd4fc5
commit 89cf770472
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class TextFormatterLatexMathML extends Textformatter {
'title' => 'LatexMathML Text Formatter',
'version' => '0.9.1',
'summary' => 'Replaces $latexformula$ with inline MathML',
'author' = '7u83',
'author' => '7u83',
'autoload' => true,
'singular' => true,
'href' => 'https://git.planix.org/7u83/processwire-TextformatterLatexMathML',