Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.help.ui/build-helper.xml')
-rw-r--r--org.eclipse.mylyn.help.ui/build-helper.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.help.ui/build-helper.xml b/org.eclipse.mylyn.help.ui/build-helper.xml
index 1b469bd4e..ef8969a15 100644
--- a/org.eclipse.mylyn.help.ui/build-helper.xml
+++ b/org.eclipse.mylyn.help.ui/build-helper.xml
@@ -73,7 +73,8 @@ This document is maintained in a collaborative wiki. If you wish to update or m
internallinkpattern="@{wiki.url.base}/{0}"
validate="true"
failonvalidationerror="true"
- prependImagePrefix="${imageFolder}">
+ prependImagePrefix="${imageFolder}"
+ formatoutput="true">
<fileset dir="tmp" includes="**/*.mediawiki"/>
</wikitext-to-eclipse-help>

Back to the top