Fix invalid JSON in partners.json breaking footer partner links
Stray extra quote after the milliol.com URL made the file invalid JSON, so json_decode failed and the footer silently rendered no partner links. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"url": "https://milliol.com/kategori/istanbul/anadolu-yakasi/kadikoy/bostanci"",
|
"url": "https://milliol.com/kategori/istanbul/anadolu-yakasi/kadikoy/bostanci",
|
||||||
"anchor": "Bostancı escort",
|
"anchor": "Bostancı escort",
|
||||||
"title": "Bostancı",
|
"title": "Bostancı",
|
||||||
"rel": "dofollow"
|
"rel": "dofollow"
|
||||||
|
|||||||
Reference in New Issue
Block a user