fix mathjax option, fixes #509

This commit is contained in:
Neal Pisenti
2012-09-04 22:02:43 -04:00
committed by bootstraponline
parent 9dd701ccc4
commit 0bcd616668
+1 -1
View File
@@ -66,7 +66,7 @@ opts = OptionParser.new do |opts|
end end
opts.on("--mathjax", "Enables mathjax.") do opts.on("--mathjax", "Enables mathjax.") do
options['mathjax'] = true wiki_options[:mathjax] = true
end end
end end