[Phpfreechat-svn] SF.net SVN: phpfreechat: [573] trunk
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-06-14 13:24:11
|
Revision: 573 Author: kerphi Date: 2006-06-14 06:03:59 -0700 (Wed, 14 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=573&view=rev Log Message: ----------- fix some XHTML errors Modified Paths: -------------- trunk/demo/index.php trunk/index.php trunk/themes/default/templates/chat.html.tpl.php Modified: trunk/demo/index.php =================================================================== --- trunk/demo/index.php 2006-06-14 12:55:32 UTC (rev 572) +++ trunk/demo/index.php 2006-06-14 13:03:59 UTC (rev 573) @@ -46,7 +46,7 @@ </p> <div class="rating"> <form action="http://www.hotscripts.com/rate/56184.html" method="get"> - <input type="hidden" name="RID" value="N452772"/> + <p><input type="hidden" name="RID" value="N452772"/></p> <table> <tbody> <tr> Modified: trunk/index.php =================================================================== --- trunk/index.php 2006-06-14 12:55:32 UTC (rev 572) +++ trunk/index.php 2006-06-14 13:03:59 UTC (rev 573) @@ -64,7 +64,7 @@ <div class="rating"> <form action="http://www.hotscripts.com/rate/56184.html" method="get"> - <input type="hidden" name="RID" value="N452772"/> + <p><input type="hidden" name="RID" value="N452772" /></p> <table> <tbody> <tr> Modified: trunk/themes/default/templates/chat.html.tpl.php =================================================================== --- trunk/themes/default/templates/chat.html.tpl.php 2006-06-14 12:55:32 UTC (rev 572) +++ trunk/themes/default/templates/chat.html.tpl.php 2006-06-14 13:03:59 UTC (rev 573) @@ -5,7 +5,7 @@ <div id="<?php echo $prefix; ?>content_expandable"> <div id="<?php echo $prefix; ?>channels"> - <ul id="<?php echo $prefix; ?>channels_list"></ul> + <ul id="<?php echo $prefix; ?>channels_list"><li></li></ul> <div id="<?php echo $prefix; ?>channels_content"></div> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |