Fix a minor display issue for contacts.

This commit is contained in:
markjcrane
2016-03-19 21:57:37 -06:00
parent ca3615466e
commit 36e5655242

View File

@@ -62,11 +62,6 @@ else {
echo "</table>\n";
echo "<table class='tr_hover' style='margin-bottom: 20px;' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>";
echo " <td colspan='6' align='left'>\n";
echo " <b>".ucfirst($row['contact_setting_category'])."</b>\n";
echo " </td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "<th>".$text['label-contact_setting_category']."</th>";
echo "<th>".$text['label-contact_setting_subcategory']."</th>";