Why there is a "4" persistently appearing at the top-left corner of my moodle site?

Why there is a "4" persistently appearing at the top-left corner of my moodle site?

by chance jiang -
Number of replies: 2

Dear Martin,

Why there is a "4" persistently appearing at the top-left corner of my moodle site?

My moodle test site is http://www.askchance.com/moodle/

or simply http://www.askchance.com/ if it is changed the time you visit it.

Thanks.

Chance

Average of ratings: -
In reply to chance jiang

Re: Why there is a "4" persistently appearing at the top-left corner of my moodle site?

by Paula Edmiston -
The number appears so high up that I wonder if it might be some stray code or character in the header.html file? Looking at your source code I see the 4 appears even before the <html> tag. Perhaps check moodle/theme/standard (or whatever theme you're using), in the header.html. The first line of my header.html is
<HTML<?=$direction?>>

I had a problem with stray numbers on my pages and Martin suggested I check for stray code. I didn't understand enough about code to do that so I just uploaded a clean copy of the file and that fixed my problem.

best,
In reply to chance jiang

Problem Solved! Re: Why there is a "4" persistently appearing at the top-left corner of my moodle site?

by chance jiang -
I found the "4" as the very first redundant character on config.php, which I typed in by mistake when I was editting it during installation.