This has been taunting me for a while now… the word “yes” is appearing in my source code in front of all HTML (and showing up on my rendered pages as well).
Snippet:
yes<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html >
<head>...
No problems with the site anywhere (as far as I know).
I’m assuming this is some issue with my index.php or path.php files since they run before the HTML is outputted, right? I have obviously looked in my templates and no issue there.
Any ideas?