[Phpfreechat-svn] SF.net SVN: phpfreechat: [498] trunk/themes/default/templates
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-05-19 13:40:14
|
Revision: 498 Author: kerphi Date: 2006-05-19 06:39:57 -0700 (Fri, 19 May 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=498&view=rev Log Message: ----------- fix a XHTML error (thanks to anonymousZ for the report) Modified Paths: -------------- branches/0.x/themes/default/templates/chat.html.tpl.php trunk/themes/default/templates/chat.html.tpl.php Modified: branches/0.x/themes/default/templates/chat.html.tpl.php =================================================================== --- branches/0.x/themes/default/templates/chat.html.tpl.php 2006-05-18 08:15:57 UTC (rev 497) +++ branches/0.x/themes/default/templates/chat.html.tpl.php 2006-05-19 13:39:57 UTC (rev 498) @@ -80,7 +80,7 @@ <script type="text/javascript"> // <![CDATA[ <?php include($c->getFilePathFromTheme('templates/chat.js.tpl.php')); ?> - // ]] + // ]]> </script> </div> </div> Modified: trunk/themes/default/templates/chat.html.tpl.php =================================================================== --- trunk/themes/default/templates/chat.html.tpl.php 2006-05-18 08:15:57 UTC (rev 497) +++ trunk/themes/default/templates/chat.html.tpl.php 2006-05-19 13:39:57 UTC (rev 498) @@ -72,7 +72,7 @@ <script type="text/javascript"> // <![CDATA[ <?php include($c->getFilePathFromTheme('templates/chat.js.tpl.php')); ?> - // ]] + // ]]> </script> </div> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |