Removal of colon next to form label names.

This commit is contained in:
Nate Jones
2015-02-15 06:50:00 +00:00
parent 151d2db735
commit 256e424b3e
71 changed files with 669 additions and 686 deletions
+1 -1
View File
@@ -632,7 +632,7 @@ else {
else {
echo "<td valign='top' align='left' class='vncell' style='padding-top:3px;' nowrap='nowrap'>\n";
}
echo "".$row['field_label'].": \n";
echo "".$row['field_label']."\n";
echo "</td>\n";
}
}