@@ -71,7 +71,7 @@ |
||
71 | 71 | * @param \DOMDocument $aframe_dom |
72 | 72 | * @param \DOMElement $head |
73 | 73 | */ |
74 | - public function DOMAppendTags(\DOMDocument &$aframe_dom, \DOMElement &$head) |
|
74 | + public function DOMAppendTags(\DOMDocument&$aframe_dom, \DOMElement&$head) |
|
75 | 75 | { |
76 | 76 | /* meta charset */ |
77 | 77 | $charset = $aframe_dom->createElement('meta'); |