forked from MichaelYick/mailpoet
Remove PHP closing tags from pQuery classes
[MAILPOET-3890]
This commit is contained in:
parent
115738845d
commit
54a925f064
2
lib-3rd-party/pquery/gan_formatter.php
vendored
2
lib-3rd-party/pquery/gan_formatter.php
vendored
@ -377,5 +377,3 @@ class HtmlFormatter {
|
||||
return $this->format_html($node);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
2
lib-3rd-party/pquery/gan_node_html.php
vendored
2
lib-3rd-party/pquery/gan_node_html.php
vendored
@ -2851,5 +2851,3 @@ class AspEmbeddedNode extends EmbeddedNode {
|
||||
#function AspEmbeddedNode($parent, $tag = '', $text = '', $attributes = array()) {return $this->__construct($parent, $tag, $text, $attributes);}
|
||||
#php4e
|
||||
}
|
||||
|
||||
?>
|
||||
|
2
lib-3rd-party/pquery/gan_parser_html.php
vendored
2
lib-3rd-party/pquery/gan_parser_html.php
vendored
@ -835,5 +835,3 @@ class Html5Parser extends HtmlParser {
|
||||
return parent::parse_hierarchy($self_close);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
2
lib-3rd-party/pquery/gan_tokenizer.php
vendored
2
lib-3rd-party/pquery/gan_tokenizer.php
vendored
@ -562,5 +562,3 @@ class TokenizerBase {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
2
lib-3rd-party/pquery/gan_xml2array.php
vendored
2
lib-3rd-party/pquery/gan_xml2array.php
vendored
@ -97,5 +97,3 @@ class XML2ArrayParser extends HtmlParserBase {
|
||||
return ((parent::parse_all()) ? $this->root : false);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
2
lib-3rd-party/pquery/ganon.php
vendored
2
lib-3rd-party/pquery/ganon.php
vendored
@ -97,5 +97,3 @@ if (!defined('GANON_NO_INCLUDES')) {
|
||||
include_once('gan_formatter.php');
|
||||
}
|
||||
#!
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user