Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.5
-
Component/s: Documentation: Faqs
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The following html needs the following < tags escaped starting at <target>...
<target>1.5</target>
</configuration>
</plugin>
</plugins>
FULL SECTION:
<build>
...
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</pre></div>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
Issue Links
- depends upon
-
MSITE-156
site with FAQ plugin strips XML entities
-
This should be solved once the site plugin is updated to use a version of doxia that incorporates the fix for
MSITE-156.