|
@@ -24,7 +24,7 @@ |
|
|
block discarded – undo |
|
24
|
24
|
array($this->doctype, $this->html_tag, '</html>', $this->head, '</head>', $this->body, '</body>'), |
|
25
|
25
|
array('<doctypetag '.substr($this->doctype, 10), '<htmltag '.substr($this->html_tag, 5), '</htmltag>', '<headtag '.substr($this->head, 5), '</headtag>', '<bodytag '.substr($this->body, 5), '</bodytag>'), |
|
26
|
26
|
$html |
|
27
|
|
- ).'</doctypetag></div>'; |
|
|
27
|
+ ).'</doctypetag></div>'; |
|
28
|
28
|
$preprocessed=token_get_all($html); |
|
29
|
29
|
|
|
30
|
30
|
$HTML=array_filter($preprocessed, function($v) { |
Please login to merge, or discard this patch.