Author: solomax
Date: Thu Dec 22 04:10:57 2016
New Revision: 1775573
URL: http://svn.apache.org/viewvc?rev=1775573&view=rev
Log:
[OPENMEETINGS-1515] XML warning is fixed
Modified:
openmeetings/application/branches/3.1.x/src/site/site.xml
openmeetings/application/branches/3.2.x/src/site/site.xml
openmeetings/application/trunk/src/site/site.xml
Modified: openmeetings/application/branches/3.1.x/src/site/site.xml
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/src/site/site.xml?rev=1775573&r1=1775572&r2=1775573&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/src/site/site.xml (original)
+++ openmeetings/application/branches/3.1.x/src/site/site.xml Thu Dec 22
04:10:57 2016
@@ -36,9 +36,9 @@
<version position="none"/>
<body>
- <head>
+ <head><![CDATA[
<link rel="stylesheet"
href="$resourcePath/css/site.css"/>
- </head>
+ ]]></head>
<links>
<item name="Demo"
href="http://openmeetings.apache.org/demo.html"/>
<item name="Download"
href="http://openmeetings.apache.org/downloads.html"/>
Modified: openmeetings/application/branches/3.2.x/src/site/site.xml
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/src/site/site.xml?rev=1775573&r1=1775572&r2=1775573&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/src/site/site.xml (original)
+++ openmeetings/application/branches/3.2.x/src/site/site.xml Thu Dec 22
04:10:57 2016
@@ -36,9 +36,9 @@
<version position="none"/>
<body>
- <head>
+ <head><![CDATA[
<link rel="stylesheet"
href="$resourcePath/css/site.css"/>
- </head>
+ ]]></head>
<links>
<item name="Demo"
href="http://openmeetings.apache.org/demo.html"/>
<item name="Download"
href="http://openmeetings.apache.org/downloads.html"/>
Modified: openmeetings/application/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/openmeetings/application/trunk/src/site/site.xml?rev=1775573&r1=1775572&r2=1775573&view=diff
==============================================================================
--- openmeetings/application/trunk/src/site/site.xml (original)
+++ openmeetings/application/trunk/src/site/site.xml Thu Dec 22 04:10:57 2016
@@ -36,9 +36,9 @@
<version position="none"/>
<body>
- <head>
+ <head><![CDATA[
<link rel="stylesheet"
href="$resourcePath/css/site.css"/>
- </head>
+ ]]></head>
<links>
<item name="Demo"
href="http://openmeetings.apache.org/demo.html"/>
<item name="Download"
href="http://openmeetings.apache.org/downloads.html"/>