[rkward-cvs] [rkward] packages/rkwarddev/R: fixed a bug in automatic JS header generation
m.eik michalke
meik.michalke at uni-duesseldorf.de
Fri Jan 2 18:41:59 UTC 2015
Git commit 94f21d91c4fee0146883c745e03313dc2150eea1 by m.eik michalke.
Committed on 02/01/2015 at 18:41.
Pushed by meikm into branch 'master'.
fixed a bug in automatic JS header generation
M +1 -1 packages/rkwarddev/R/rk.plugin.component.R
http://commits.kde.org/rkward/94f21d91c4fee0146883c745e03313dc2150eea1
diff --git a/packages/rkwarddev/R/rk.plugin.component.R b/packages/rkwarddev/R/rk.plugin.component.R
index 1aa8d3f..7d60223 100644
--- a/packages/rkwarddev/R/rk.plugin.component.R
+++ b/packages/rkwarddev/R/rk.plugin.component.R
@@ -175,7 +175,7 @@ rk.plugin.component <- function(about, xml=list(), js=list(), rkh=list(),
} else {}
}
if(!"results.header" %in% got.JS.options) {
- js[["results.header"]] <- paste0("\"", name.orig, " results\"")
+ js[["results.header"]] <- paste0(name.orig, " results")
} else {}
js <- js.try.scan(XML.plugin=XML.plugin, scan=scan, js=js, guess.getter=guess.getter)
JS.code <- rk.JS.doc(
More information about the rkward-tracker
mailing list