Fix duplicate \n
This commit is contained in:
parent
19bcdb6418
commit
ba047428e2
@ -616,7 +616,7 @@ function getStructuredData($type, $data = array())
|
|||||||
}
|
}
|
||||||
$ret .= ']'."\n";
|
$ret .= ']'."\n";
|
||||||
}
|
}
|
||||||
$ret .= "\n".'}'."\n";
|
$ret .= '}'."\n";
|
||||||
$ret .= '</script>'."\n";
|
$ret .= '</script>'."\n";
|
||||||
}
|
}
|
||||||
elseif ($type == 'blogpost')
|
elseif ($type == 'blogpost')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user