aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/knownissues.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentation/content/xdocs/knownissues.xml')
-rw-r--r--src/documentation/content/xdocs/knownissues.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/documentation/content/xdocs/knownissues.xml b/src/documentation/content/xdocs/knownissues.xml
index ea39b2974..7c63fb69d 100644
--- a/src/documentation/content/xdocs/knownissues.xml
+++ b/src/documentation/content/xdocs/knownissues.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
@@ -19,14 +19,14 @@
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
<document xmlns:xi="http://www.w3.org/2001/XInclude">
<header>
- <title>Apache FOP: Known Issues</title>
+ <title>Apache™ FOP: Known Issues</title>
<version>$Revision$</version>
</header>
<body>
<section>
<title>Known issues</title>
<p>
- This page lists currently known issues in the FOP codebase. Please note that this list is generated
+ This page lists currently known issues in the Apache™ FOP codebase. Please note that this list is generated
from data in FOP's code repository (Trunk) and may not exactly represent the list of issues in
the latest release.
</p>
@@ -40,7 +40,7 @@
</ul>
</note>
<p>
- Apache FOP has an extensive automated testing infrastructure. Parts of this infrastructure are several
+ Apache™ FOP has an extensive automated testing infrastructure. Parts of this infrastructure are several
sets of test cases. When a test case is listed in disabled-testcases.xml it is disabled in the JUnit
tests during the normal build process. This indicates a problem in the current codebase. When a bug is
fixed or a missing feature is added the entry for the relevant test case(s) are removed.