summaryrefslogtreecommitdiff
path: root/lisp/org/ob-css.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ob-css.el')
-rw-r--r--lisp/org/ob-css.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-css.el b/lisp/org/ob-css.el
index a9ac1cfa20f..6259ebc0c2f 100644
--- a/lisp/org/ob-css.el
+++ b/lisp/org/ob-css.el
@@ -34,7 +34,7 @@
(defun org-babel-execute:css (body params)
"Execute a block of CSS code.
This function is called by `org-babel-execute-src-block'."
- body)
+ body)
(defun org-babel-prep-session:css (session params)
"Return an error if the :session header argument is set.