aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebContent/WEB-INF/portlet.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml
index dbefd5ca7a..4854ca1ae9 100644
--- a/WebContent/WEB-INF/portlet.xml
+++ b/WebContent/WEB-INF/portlet.xml
@@ -378,7 +378,10 @@
</security-role-ref>
</portlet>
- <!--<container-runtime-option>
+ <!--
+ This can be used to work around an issue in liferay 5.0-5.1.1
+
+ <container-runtime-option>
<name>javax.portlet.escapeXml</name>
<value>false</value>
</container-runtime-option>