X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fcontacts_view.inc;h=bd25e2820e5003bfbbf51b3bf8f8dd8710c3d3f3;hb=c640dae024fb9554d476bd863a68ef82ada8822d;hp=3cdc3c1ad50cbcf814628b1ed7a86619e8d1b05f;hpb=639cd64caec0c789bb7093c7b07d1a752daeebe9;p=fa-stable.git diff --git a/includes/ui/contacts_view.inc b/includes/ui/contacts_view.inc index 3cdc3c1a..bd25e282 100644 --- a/includes/ui/contacts_view.inc +++ b/includes/ui/contacts_view.inc @@ -36,7 +36,7 @@ class contacts extends simple_crud { $contacts = get_crm_persons($this->class, $this->subclass, $this->entity); // check_value('show_inactive')); - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); $th = array(_('Assignment'), _("Reference"), _("Full Name"), _("Phone"), _("Sec Phone"), _("Fax"), _("email"), '', @@ -167,4 +167,3 @@ class contacts extends simple_crud { } } -?> \ No newline at end of file