Skip to content

Commit

Permalink
fix typo in indeed.xtpl
Browse files Browse the repository at this point in the history
Manuel(forum) reported this typo.
https://forums.opencats.org/viewtopic.php?t=1936
  • Loading branch information
RussH committed Jan 25, 2024
1 parent c315cbd commit e3f9d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/xml/xml_templates/indeed.xtpl
Expand Up @@ -5,7 +5,7 @@
<?xml version="1.0"?>
<source>
<publisher>OPENCATS Applicant Tracking System</publisher>
<publisherurl>http://www.catsone.com</publisherurl>
<publisherurl>http://www.opencats.org</publisherurl>
<lastBuildDate>$[date]</lastBuildDate>
<<header

Expand All @@ -16,7 +16,7 @@
<referencenumber><![CDATA[$[jobID]]]></referencenumber>
<url><![CDATA[$[jobURL]]]></url>
<company><![CDATA[$[hiringCompany]]]></company>
<city><![CDATA[$[jobCity]]]>></city>
<city><![CDATA[$[jobCity]]]></city>
<state><![CDATA[$[jobState]]]></state>
<country><![CDATA[$[jobCountry]]]></country>
<postalcode><![CDATA[$[jobZipCode]]]></postalcode>
Expand Down

0 comments on commit e3f9d2e

Please sign in to comment.