merge to 10219
This commit is contained in:
parent
ae28bf79c8
commit
4c1307e3d0
194 changed files with 8203 additions and 2134 deletions
|
|
@ -442,6 +442,18 @@ sub splitTag {
|
|||
return @result if wantarray;
|
||||
return $result[0];
|
||||
}
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 WebGUI::HTML::splitHeadBody($html);
|
||||
|
||||
splits an block of HTML into a HEAD and a BODY section
|
||||
|
||||
=head3 html
|
||||
|
||||
The block of HTML text that will be disected
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
sub splitHeadBody {
|
||||
my $html = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue