[rkward/releases/0.6.4] doc/rkwardplugins: fixed plugin docs

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Fri Dec 11 11:50:45 UTC 2015


Git commit 51871af19265ef8426a220805194fb7f30bbe2d4 by Thomas Friedrichsmeier, on behalf of m.eik michalke.
Committed on 11/12/2015 at 11:49.
Pushed by tfry into branch 'releases/0.6.4'.

fixed plugin docs

  - the "results.header" part for JS code (rkwarddev section) didn't yet reflect the recent changes in the package (too many quotes)

M  +2    -2    doc/rkwardplugins/index.docbook

http://commits.kde.org/rkward/51871af19265ef8426a220805194fb7f30bbe2d4

diff --git a/doc/rkwardplugins/index.docbook b/doc/rkwardplugins/index.docbook
index 82712f5..a5c1b4c 100644
--- a/doc/rkwardplugins/index.docbook
+++ b/doc/rkwardplugins/index.docbook
@@ -2454,7 +2454,7 @@ plugin.dir <- rk.plugin.skeleton("t-Test",
 		dialog=full.dialog,
 		wizard=full.wizard),
 	js=list(
-		results.header="\"Two Variable t-Test\"",
+		results.header="Two Variable t-Test",
 		calculate=JS.calc,
 		printout=JS.print),
 	pluginmap=list(
@@ -2537,7 +2537,7 @@ local({
 			dialog=full.dialog,
 			wizard=full.wizard),
 		js=list(
-			results.header="\"Two Variable t-Test\"",
+			results.header="Two Variable t-Test",
 			calculate=JS.calc,
 			printout=JS.print),
 		pluginmap=list(



More information about the rkward-tracker mailing list