mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Correct subsection spelling error on help page.
This commit is contained in:
parent
433b83072a
commit
4e126710aa
2 changed files with 2 additions and 2 deletions
|
@ -1637,7 +1637,7 @@ function add_help_section($index, $title, $content)
|
|||
}
|
||||
|
||||
if(!empty($settings->enable_math_rendering))
|
||||
add_help_section("22-Mathematical-Expressions", "Methematical Expressions", "<p>$settings->sitename supports rendering of mathematical expressions. Mathematical expressions can be included practically anywhere in your page. Expressions should be written in LaTeX and enclosed in dollar signs like this: <code>$x^2$</code>.</p>
|
||||
add_help_section("22-mathematical-mxpressions", "Mathematical Expressions", "<p>$settings->sitename supports rendering of mathematical expressions. Mathematical expressions can be included practically anywhere in your page. Expressions should be written in LaTeX and enclosed in dollar signs like this: <code>$x^2$</code>.</p>
|
||||
<p>Note that expression parsing is done on the viewer's computer with javascript (specifically MathJax) and not by $settings->sitename directly (also called client side rendering).</p>");
|
||||
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
|
2
core.php
2
core.php
|
@ -1319,7 +1319,7 @@ function add_help_section($index, $title, $content)
|
|||
}
|
||||
|
||||
if(!empty($settings->enable_math_rendering))
|
||||
add_help_section("22-Mathematical-Expressions", "Methematical Expressions", "<p>$settings->sitename supports rendering of mathematical expressions. Mathematical expressions can be included practically anywhere in your page. Expressions should be written in LaTeX and enclosed in dollar signs like this: <code>$x^2$</code>.</p>
|
||||
add_help_section("22-mathematical-mxpressions", "Mathematical Expressions", "<p>$settings->sitename supports rendering of mathematical expressions. Mathematical expressions can be included practically anywhere in your page. Expressions should be written in LaTeX and enclosed in dollar signs like this: <code>$x^2$</code>.</p>
|
||||
<p>Note that expression parsing is done on the viewer's computer with javascript (specifically MathJax) and not by $settings->sitename directly (also called client side rendering).</p>");
|
||||
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue