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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user