Skip to content

Commit

Permalink
Added CDATA required in jspx
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Sep 13, 2023
1 parent 744bf35 commit 9716d79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ along with semanticcms-parent. If not, see <https://www.gnu.org/licenses/>.
shortTitle="Changelog"
tocLevels="1"
datePublished="2016-11-13T18:03:31-06:00"
dateModified="2023-09-08T04:36:08Z"
dateModified="2023-09-13T03:39:12Z"
>
<c:if test="${fn:endsWith('@{project.version}', '-SNAPSHOT') and !fn:endsWith('@{project.version}', '-POST-SNAPSHOT')}">
<changelog:release
Expand Down Expand Up @@ -75,7 +75,7 @@ along with semanticcms-parent. If not, see <https://www.gnu.org/licenses/>.
<li>
<p>
Enabled <ao:a href="https://www.eclemma.org/jacoco/trunk/doc/maven.html">jacoco-maven-plugin</ao:a> in
<code>&lt;reporting&gt;</code> (generated site reports).
<code><![CDATA[&lt;reporting&gt;]]></code> (generated site reports).
</p>
<p>
Please note that <code>mvn site</code> is currently broken due to <ao:a href="https://issues.apache.org/jira/browse/MSITE-973">MSITE-973</ao:a>.
Expand Down

0 comments on commit 9716d79

Please sign in to comment.