[Vtigercrm-commits] [Vtiger development] #6306: Missing > in several span tags in customerportal
Vtiger development
vtiger-tickets at trac.vtiger.com
Tue Oct 21 06:45:39 GMT 2014
#6306: Missing > in several span tags in customerportal
----------------------------+-------------------------
Reporter: alanlord | Owner: developer
Type: defect | Status: closed
Priority: trivial | Milestone: Unassigned
Component: customerportal | Version: 6.1.0 ea
Severity: Medium | Resolution: fixed
Keywords: |
----------------------------+-------------------------
Changes (by prasad):
* status: new => closed
* resolution: => fixed
Old description:
> In the following customerportal files:
>
> Contacts/ContactsList.php
> Documents/DocumentsList.php
> Invoice/InvoiceList.php
> Products/ProductList.php
> Quotes/QuotesList.php
> Services/ServiceList.php
>
> There is a common line:
>
> <td><span
> class="lvtHeaderText">'.getTranslatedString("LBL_PRODUCT_INFORMATION").'</span</td>';
>
> Note the lack of a closing > on the </span> tag.
New description:
In the following customerportal files:
Contacts/ContactsList.php
Documents/DocumentsList.php
Invoice/InvoiceList.php
Products/ProductList.php
Quotes/QuotesList.php
Services/ServiceList.php
There is a common line:
<td><span
class="lvtHeaderText">'.getTranslatedString("LBL_PRODUCT_INFORMATION").'</span</td>';
Note the lack of a closing > on the </span> tag.
--
Comment:
Changeset [14322]
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6306#comment:2>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list