Git commit d07fc1ad51d2af6a424d47a8aaeea6710ac1d58a by m.eik michalke.
Committed on 11/12/2015 at 09:29.
Pushed by meikm into branch 'master'.

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/d07fc1ad51d2af6a424d47a8aaeea6710ac1d58a

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(
_______________________________________________
kde-doc-english mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-doc-english

Reply via email to