Browse Source

fix: typo in variable name

Andelf 3 years ago
parent
commit
f2058bd46a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/extensions/latex.cljs

+ 1 - 1
src/main/frontend/extensions/latex.cljs

@@ -58,7 +58,7 @@
        s])))
 
 (defn html-export
-  [s block? _display?]
+  [s block? display?]
   (let [element (if block?
                   :div.latex
                   :span.latex-inline)]