* add link when export to html.

This commit is contained in:
areyou123456
2012-06-20 08:18:46 +00:00
parent 815158966f
commit d617b5f697
6 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ table, th, td{font-size:12px; border:1px solid gray; border-collapse:collapse;}
<tr>
<?php
foreach($fields as $fieldLabel)
{
{
echo "<th><nobr>$fieldLabel</nobr></th>\n";
}
?>