Fix typo from 062940d
diff --git a/R/revealjs_presentation.R b/R/revealjs_presentation.R
index 2967bf2..8ddb818 100644
--- a/R/revealjs_presentation.R
+++ b/R/revealjs_presentation.R
@@ -120,7 +120,7 @@
   if (theme %in% c("blood", "moon", "night", "black")) {
     args <- c(args, pandoc_variable_arg("theme-dark"))
   }
-  args <- c(args, pandoc_variable_arg("theme=", theme))
+  args <- c(args, pandoc_variable_arg("theme", theme))
 
 
   # transition