Skip to content

Commit

Permalink
indent eof statement as MH is funny about variables and position
Browse files Browse the repository at this point in the history
  • Loading branch information
hplato committed Feb 2, 2022
1 parent 5b5f374 commit b924203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/common/android_server.pl
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ sub android_page {
# handle blank xsl name
my $style;
$style = qq|<?xml-stylesheet type="text/xsl" href="$xsl"?>| if $xsl;
my $body = <<eof;
my $body = <<eof;
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
$style
<misterhouse>
Expand Down

0 comments on commit b924203

Please sign in to comment.