From: <tim...@us...> - 2012-01-19 12:56:41
|
Revision: 4813 http://web-erp.svn.sourceforge.net/web-erp/?rev=4813&view=rev Author: tim_schofield Date: 2012-01-19 12:56:30 +0000 (Thu, 19 Jan 2012) Log Message: ----------- Merge Tims branch into trunk: Fix xhtml errors Modified Paths: -------------- trunk/Labels.php Modified: trunk/Labels.php =================================================================== --- trunk/Labels.php 2012-01-19 12:10:59 UTC (rev 4812) +++ trunk/Labels.php 2012-01-19 12:56:30 UTC (rev 4813) @@ -276,7 +276,7 @@ <table border="2" cellspacing="4" class="selection"> <tbody> <tr> - <td align="center"><img src="'.$rootpath.'/css/paramsLabel.png" align="top" border="0" ></td> + <td align="center"><img src="'.$rootpath.'/css/paramsLabel.png" align="top" border="0" /></td> <td>'.$tableGD.'</td> </tr> <tr>/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |