mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Modal styling and size fixes.
This commit is contained in:
@@ -2408,7 +2408,7 @@ class e_parser
|
||||
* Return an Array of all specific tags found in an HTML document and their attributes.
|
||||
* @param $html - raw html code
|
||||
* @param $taglist - comma separated list of tags to search or '*' for all.
|
||||
* @param $header - if the $html includes the <html> <head> or <body> tags - it should be set to true.
|
||||
* @param $header - if the $html includes the html head or body tags - it should be set to true.
|
||||
*/
|
||||
public function getTags($html, $taglist='*', $header = false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user