Skip to content

Commit

Permalink
Merge pull request #104 from all9lives/master
Browse files Browse the repository at this point in the history
Add text/template type
  • Loading branch information
voku authored May 25, 2024
2 parents 46dc4cd + 070c79b commit f8f09f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/voku/helper/HtmlDomParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class HtmlDomParser extends AbstractDomParser
* ```php
* protected $specialScriptTags = [
* 'text/html',
* 'text/template',
* 'text/x-custom-template',
* 'text/x-handlebars-template'
* ]
Expand All @@ -84,6 +85,7 @@ class HtmlDomParser extends AbstractDomParser
*/
protected $specialScriptTags = [
'text/html',
'text/template',
'text/x-custom-template',
'text/x-handlebars-template',
];
Expand Down

0 comments on commit f8f09f1

Please sign in to comment.