You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/08/06 00:34:35 UTC

svn commit: r982815 - /mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/src/examples/client/client.html

Author: ngn
Date: Thu Aug  5 22:34:34 2010
New Revision: 982815

URL: http://svn.apache.org/viewvc?rev=982815&view=rev
Log:
Make the HTML used in the example valid

Modified:
    mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/src/examples/client/client.html

Modified: mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/src/examples/client/client.html
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/src/examples/client/client.html?rev=982815&r1=982814&r2=982815&view=diff
==============================================================================
--- mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/src/examples/client/client.html (original)
+++ mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/src/examples/client/client.html Thu Aug  5 22:34:34 2010
@@ -44,7 +44,7 @@
 		<td><input type="password" id="password" value="password1" /></td>
 	</tr>
 	<tr>
-		<td />
+		<td>&nbsp;</td>
 		<td><input type="button" id="connect" value="Connect"
 			style="float: right; margin-top: 5px;" /></td>
 	</tr>
@@ -60,7 +60,8 @@
 </div>
 
 <div style="position: absolute; left: 0; width: 100%; height: 30%; bottom: 0px;">
-<div id="logger" style="border: 1px solid; height: 100%; overflow: auto;"/>
+<div id="logger" style="border: 1px solid; height: 100%; overflow: auto;">
+</div>
 </div>
 
 </div>