Author: sebawagner
Date: Sun Jul 14 01:06:16 2013
New Revision: 1502923
URL: http://svn.apache.org/r1502923
Log:
Fix some minor validation / invalid HTML creation issue
Modified:
openmeetings/trunk/singlewebapp/docs/Clustering.html
openmeetings/trunk/singlewebapp/docs/ReleaseGuide.html
openmeetings/trunk/singlewebapp/xdocs/ReleaseGuide.xml
openmeetings/trunk/singlewebapp/xdocs/stylesheets/site.vsl
Modified: openmeetings/trunk/singlewebapp/docs/Clustering.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/Clustering.html?rev=1502923&r1=1502922&r2=1502923&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/Clustering.html (original)
+++ openmeetings/trunk/singlewebapp/docs/Clustering.html Sun Jul 14 01:06:16
2013
@@ -793,7 +793,7 @@ limitations under the License.
</div>
</li>
</ul>
- <img
src="./images/cluster1.png" width="650" height="461" align="">
+ <img
src="./images/cluster1.png" width="650" height="461" align="middle">
</blockquote>
</td></tr>
<tr><td><br/></td></tr>
@@ -820,7 +820,7 @@ limitations under the License.
and check in the column "servers" where they
are located. They should be on different server.
</li>
</ul>
- <img
src="./images/cluster2.png" width="650" height="369" align="">
+ <img
src="./images/cluster2.png" width="650" height="369" align="middle">
</blockquote>
</td></tr>
<tr><td><br/></td></tr>
Modified: openmeetings/trunk/singlewebapp/docs/ReleaseGuide.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/ReleaseGuide.html?rev=1502923&r1=1502922&r2=1502923&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/ReleaseGuide.html (original)
+++ openmeetings/trunk/singlewebapp/docs/ReleaseGuide.html Sun Jul 14 01:06:16
2013
@@ -748,12 +748,12 @@ limitations under the License.
<p>
Create a TAG of the SVN tree that you
would like to release<br />
Example:
- <div class="xmlcode">
- svn copy -r1453158
https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp \<br />
-
https://svn.apache.org/repos/asf/openmeetings/tags/2.1RC1 \<br />
- -m "Release candidate 1"
- </div>
</p>
+ <div class="xmlcode">
+ svn copy -r1453158
https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp \<br />
+
https://svn.apache.org/repos/asf/openmeetings/tags/2.1RC1 \<br />
+ -m "Release candidate 1"
+ </div>
<p>Get the source from your
TAG: </p>
<div class="xmlcode">
svn checkout
https://svn.apache.org/repos/asf/openmeetings/tags/$BRANCHORTAG/<br />
Modified: openmeetings/trunk/singlewebapp/xdocs/ReleaseGuide.xml
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/xdocs/ReleaseGuide.xml?rev=1502923&r1=1502922&r2=1502923&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/xdocs/ReleaseGuide.xml (original)
+++ openmeetings/trunk/singlewebapp/xdocs/ReleaseGuide.xml Sun Jul 14 01:06:16
2013
@@ -109,12 +109,14 @@
<p>
Create a TAG of the SVN tree that you
would like to release<br/>
Example:
- <div class="xmlcode">
- svn copy -r1453158
https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp \<br/>
-
https://svn.apache.org/repos/asf/openmeetings/tags/2.1RC1 \<br/>
- -m "Release candidate 1"
- </div>
</p>
+
+ <div class="xmlcode">
+ svn copy -r1453158
https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp \<br/>
+
https://svn.apache.org/repos/asf/openmeetings/tags/2.1RC1 \<br/>
+ -m "Release candidate 1"
+ </div>
+
<p>Get the source from your TAG: </p>
<div class="xmlcode">
Modified: openmeetings/trunk/singlewebapp/xdocs/stylesheets/site.vsl
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/xdocs/stylesheets/site.vsl?rev=1502923&r1=1502922&r2=1502923&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/xdocs/stylesheets/site.vsl (original)
+++ openmeetings/trunk/singlewebapp/xdocs/stylesheets/site.vsl Sun Jul 14
01:06:16 2013
@@ -146,6 +146,8 @@ limitations under the License.
#end
#if ($value.getAttributeValue("align"))
#set ($align=$value.getAttributeValue("align"))
+#else
+#set ($align="middle")
#end
<img src="$relativePath/$value.getAttributeValue("src")" width="$!width"
height="$!height" align="$!align">
#end