Skip to content

Commit

Permalink
Merge pull request #854 from hplato/Rob-vh-fixes
Browse files Browse the repository at this point in the history
rob-vh eof fixes
  • Loading branch information
hplato authored Sep 18, 2022
2 parents 645966e + 93bd315 commit 56f0da7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/http_server.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3579,7 +3579,7 @@ sub vars_global {
sub vxml_page {
my ($vxml) = @_;

my $html = <<eof;
my $html = <<eof;
<?xml version="1.0" encoding="UTF-8"?>
<vxml version="2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/json_server.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ sub json_entities_encode {
}

sub json_usage {
my $html = <<eof;
my $html = <<eof;
<html>
<head>
</head>
Expand Down
4 changes: 2 additions & 2 deletions lib/xml_server.pl
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ sub xml_page {
# handle blank xsl name
my $style;
$style = qq|<?xml-stylesheet type="text/xsl" href="$xsl"?>| if $xsl;
my $html = <<eof;
my $html = <<eof;
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
$style
<misterhouse>
Expand Down Expand Up @@ -527,7 +527,7 @@ sub xml_entities_encode {

sub svg_page {
my ($svg) = @_;
my $html = <<eof;
my $html = <<eof;
$svg
eof
Expand Down
2 changes: 1 addition & 1 deletion web/bin/set_cookie2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if ( $Http{'User-Agent'} eq 'Audrey' ) {
my $body = <<eof;
my $body = <<eof;
<a href='javascript:history.go(-1)'><img src='/ia5/images/back.gif' border=0>
eof
my $output = "HTTP/1.1 200 OK\r\n";
Expand Down

0 comments on commit 56f0da7

Please sign in to comment.