summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r--yaksh/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html
index cba56cb..90a6299 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -63,8 +63,8 @@
document.body,
{
delimiters: [
- {left: "$$", right: "$$", display: false},
- {left: "$", right: "$", display: true},
+ {left: "$$", right: "$$", display: true},
+ {left: "$", right: "$", display: false},
]
}
);