Plugin Directory

Changeset 3258890


Ignore:
Timestamp:
03/20/2025 06:14:57 AM (13 months ago)
Author:
zohocrm
Message:

Security review changes has been updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zoho-crm-forms/trunk/includes/crmcustomfunctions.php

    r3194617 r3258890  
    100100        $content = "<option value=''>Select Layout</option>";
    101101        foreach ($layoutarray as $key => $value) {
    102             $content .= "<option  value='" . esc_html($value->layoutID) . "'>" . $value->Layoutname . "</option>";
     102            $content .= "<option  value='" . esc_html($value->layoutID) . "'>" . esc_html($value->Layoutname) . "</option>";
    103103        }
    104104        $allowedposttags = zcf_allowed_tag();
Note: See TracChangeset for help on using the changeset viewer.