From 1bd0150a8b2ff43a06ff39a3ab72921f68e59d09 Mon Sep 17 00:00:00 2001
From: Holger Brandl <brandl@mpi-cbg.de>
Date: Thu, 18 Sep 2014 14:40:29 +0200
Subject: [PATCH] readded css header

---
 R/utils/spinr.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/utils/spinr.R b/R/utils/spinr.R
index d61a394..d674724 100644
--- a/R/utils/spinr.R
+++ b/R/utils/spinr.R
@@ -33,7 +33,7 @@ options(width=150)
     ls()
 
     opts_chunk$set(cache = TRUE, fig.width=10, width=120)
-    knit2html(basename(mdScript))
+    knit2html(basename(mdScript), header=cssHeader)
 
     #file.remove(mdScript)
 #}
-- 
GitLab