Is there any white space character in the below lines.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Because, Im getting a syntax error like unexpected token for the above lines.
I just want to know whether there is any white space character in the above two lines, because
1)in our server,we have minify option to remove white space characters.It is mandatory to enable minify option. However if I disable minify then I dont get the above syntax error.
2)Just thinking whether any white space character is getting removed from the above two lines
and hence getting the syntax error.
May I know whether I have any white space characters in the above two lines.
Thanks, Balaji