From 0bcd616668c6b8b6c59c62059bf0e99f11d15bac Mon Sep 17 00:00:00 2001 From: Neal Pisenti Date: Tue, 4 Sep 2012 22:02:43 -0400 Subject: [PATCH] fix mathjax option, fixes #509 --- bin/gollum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gollum b/bin/gollum index edf4215e..8b45d356 100755 --- a/bin/gollum +++ b/bin/gollum @@ -66,7 +66,7 @@ opts = OptionParser.new do |opts| end opts.on("--mathjax", "Enables mathjax.") do - options['mathjax'] = true + wiki_options[:mathjax] = true end end