I have this SSI call in an index page.
It returns the index page's <body> via this print statement.
The body statement works fine but there is a stray '1' at the end of the <body> code and this appears at the top of the resulting page.
Is the problem because the script is not returning visible content or is there some other cause?
Keith
Code:
<!--#include virtual="cgi-bin/picture.pl?call=body&page=home&" -->
It returns the index page's <body> via this print statement.
Code:
print "<body class='page_body' style='background-image: url(\"images/themes/halloween/homeback.jpg\");'>";
The body statement works fine but there is a stray '1' at the end of the <body> code and this appears at the top of the resulting page.
Is the problem because the script is not returning visible content or is there some other cause?
Keith