[ofbiz-plugins] branch trunk updated: fixed: asciidoc attribute imagesDir should not be in the header

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-plugins] branch trunk updated: fixed: asciidoc attribute imagesDir should not be in the header

holivier
This is an automated email from the ASF dual-hosted git repository.

holivier pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3660185  fixed: asciidoc attribute imagesDir should not be in the header
3660185 is described below

commit 36601854f2bc6138a49004533fa2ae778982b8ed
Author: holivier <[hidden email]>
AuthorDate: Tue Oct 6 13:53:12 2020 +0200

    fixed: asciidoc attribute imagesDir should not be in the header
---
 birt/src/docs/asciidoc/birt.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/birt/src/docs/asciidoc/birt.adoc b/birt/src/docs/asciidoc/birt.adoc
index 7395450..8c34747 100644
--- a/birt/src/docs/asciidoc/birt.adoc
+++ b/birt/src/docs/asciidoc/birt.adoc
@@ -19,9 +19,10 @@ under the License.
 = Birt OFBiz® plugin
 The Apache OFBiz Project
 ifdef::backend-pdf[]
-:title-logo-image: image::../OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center]
+:title-logo-image: image::images/OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center]
 :source-highlighter: rouge
 endif::[]
+
 :imagesdir: ./images/birt
 
 image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[link="http://www.apache.org/licenses/LICENSE-2.0"]