Skip to content

Commit 7c95133

Browse files
authored
Merge pull request #332 from attilavjda/fix-typo
Fix two typos in tex.rst
2 parents 174122a + 0698165 commit 7c95133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/input/tex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The Configuration Block
4242
maxBuffer: 5 * 1024, // maximum size for the internal TeX string (5K)
4343
baseURL: // URL for use with links to tags (when there is a <base> tag in effect)
4444
(document.getElementsByTagName('base').length === 0) ?
45-
'' : String(document.location).replace(/#.*$/, '')),
45+
'' : String(document.location).replace(/#.*$/, ''),
4646
formatError: // function called when TeX syntax errors occur
4747
(jax, err) => jax.formatError(err)
4848
}

0 commit comments

Comments
 (0)