From db3ce3727946ec2a7d7b18093b8bc58783faa89e Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Sat, 15 Jan 2011 18:31:37 +0000 Subject: [PATCH] Bugzilla 50590: Fix typo in fop_exec() function in fop.js. Thanks to sergeyb49.AT.gmail. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059385 13f79535-47bb-0310-9956-ffa450edef68 --- fop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fop.js b/fop.js index bef5a56c4..f92d06b4c 100644 --- a/fop.js +++ b/fop.js @@ -223,7 +223,7 @@ function fop_exec() { + (config.Exists("JAVA_OPTS")?config.Item("JAVA_OPTS") + " ":"") + (config.Exists("LOGCHOICE")?config.Item("LOGCHOICE") + " ":"") + (config.Exists("LOGLEVEL")?config.Item("LOGLEVEL") + " ":"") - "-classpath \"" + local_classpath + "\" " + + "-classpath \"" + local_classpath + "\" " + (config.Exists("FOP_OPTS")?config.Item("FOP_OPTS"):"") + "org.apache.fop.cli.Main " + fop_exec_args; if (debug || fop_exec_debug) { -- 2.39.5