MyBB Community Forums

Full Version: Template editor doesn't detect HTML
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, why does my template text editor look different from my second website on the right?
How can fix this for my first website (every thing still works fine, it's just the template editor is different from the second website which is weird and makes it harder to read the code.)

why does my text editor look different from my second website on the right?
[Image: 7WOhBUV.png]
this mean in your template is an incorrect tag that html parser can not parse html.
so for fix this ,find tag(ex : Not closed a tag)
or
not load CodeMirror library complete
(2021-08-14, 06:31 PM)Mostafa.Shiraali Wrote: [ -> ]this mean in your template is an incorrect tag that html parser can not parse html.
so for fix this ,find tag(ex : Not closed a tag)
or
not load CodeMirror library complete

EDIT:
Nevermind, I had to enable code mirroring on preferences.