Commit 78756d3
committed
Fix a bug with MathQuill options in the context flag before it is really an issue.
The current code passes on the option from the context as a hard coded
zero instead of the actual option value from the context flag. This
works at this point because this is only used by the parserLogb.pl macro
to make MathQuill not use the base change formula and the option value
it is passing is zero. However, in the future if a context ever wanted
to enable a MathQuill feature then it wouldn't work.1 parent f5bb0b5 commit 78756d3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
994 | 994 | | |
995 | 995 | | |
996 | 996 | | |
997 | | - | |
| 997 | + | |
| 998 | + | |
998 | 999 | | |
999 | 1000 | | |
1000 | 1001 | | |
| |||
0 commit comments