Plugin Directory

Changeset 3205204


Ignore:
Timestamp:
12/10/2024 03:05:41 AM (16 months ago)
Author:
joanv
Message:

move comma

Location:
jobsearch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jobsearch/frontEnd/job/helper/jobHelper.php

    r3055722 r3205204  
    559559        $script .= '"postalCode": "'.(isset($fields["postal_code"])?$fields["postal_code"]:'').'",';
    560560        $script .= '"addressCountry": "'.(isset($fields["country"])?$fields["country"]:'').'"';
    561         $script .= '},';
     561        $script .= '}';
    562562
    563563        if (isset( $fields["location"]) && $fields["location"] <> ''){
     564            $script .= ',';
    564565            $script .= '"jobLocation": {';
    565566            $script .= '"@type": "Place",';
  • jobsearch/trunk/frontEnd/job/helper/jobHelper.php

    r3055722 r3205204  
    559559        $script .= '"postalCode": "'.(isset($fields["postal_code"])?$fields["postal_code"]:'').'",';
    560560        $script .= '"addressCountry": "'.(isset($fields["country"])?$fields["country"]:'').'"';
    561         $script .= '},';
     561        $script .= '}';
    562562
    563563        if (isset( $fields["location"]) && $fields["location"] <> ''){
     564            $script .= ',';
    564565            $script .= '"jobLocation": {';
    565566            $script .= '"@type": "Place",';
Note: See TracChangeset for help on using the changeset viewer.