diff options
Diffstat (limited to 'src/documentation/content/xdocs/trunk/embedding.xml')
-rw-r--r-- | src/documentation/content/xdocs/trunk/embedding.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/trunk/embedding.xml b/src/documentation/content/xdocs/trunk/embedding.xml index 384bd1cc2..da16e44ca 100644 --- a/src/documentation/content/xdocs/trunk/embedding.xml +++ b/src/documentation/content/xdocs/trunk/embedding.xml @@ -270,7 +270,7 @@ Fop fop = new Fop(Constants.RENDER_PS, userAgent);]]></source> <p> The <strong>base URL</strong> to use when resolving relative URLs. Example: </p> - <source>userAgent.setBaseURL("file://C:/Temp/");</source> + <source>userAgent.setBaseURL("file:///C:/Temp/");</source> </li> <li> <p> |