1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Updated jQuery3 CDN URL. Reduced some scrollbar widths in admin area. Prevent multiple og:title entries.

This commit is contained in:
Cameron
2021-09-23 10:41:51 -07:00
parent 9c2d7ec2d6
commit 94c5761893
3 changed files with 9 additions and 7 deletions

View File

@@ -4401,9 +4401,9 @@ class eResponse
if(!empty($attr))
{
if($name === 'keywords') // prevent multiple keyword tags.
if($name === 'keywords' || $name === 'og:title') // prevent multiple keyword tags.
{
$this->_meta['keywords'] = $attr;
$this->_meta[$name] = $attr;
}
else
{