| Project: | ProjectPier |
| Version: | 0.8.8-stable |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | new |
Description
There is a minor error in the source code of the page list_contacts.php line 22
Should display contact name - contact title but instead of the - we get: ‐
echo " ‐ ".clean($contact->getTitle()) ?>
change to:
echo " - ".clean($contact->getTitle()) ?>