fixed error in hashbang resolver
This commit is contained in:
parent
65e1629579
commit
7e243d9afa
@ -96,7 +96,7 @@ abstract class api_default extends api_system implements api_default_interface {
|
||||
}
|
||||
}
|
||||
if(!$found){
|
||||
$node = $head->appendChild($html->createElement('meta'));
|
||||
$node = $html->getElementsByTagName('head')[0]->appendChild($html->createElement('meta'));
|
||||
$node->setAttribute($key, $metavalue);}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user