Improperly closed tags causes this problem. You can usually figure out which file is causing problems by drilling down on the last item before stuff goes wonky.
Assuming you haven't reorganized the tree, if you're seeing HUD but aren't seeing Journals, there's a good chance an element nested under HUD isn't closed properly. Drill down the HUD tree and you'll probably see Journals nested under there. The likely culpret is whatever tag shows directly above Journals.
Another cause is opening a file in a text editor other than Notepad and saving it without first stripping the control characters in the first line. Those control character define the file's encoding to something most text editors can't deal with. They wind up stripping the encoding and converting punctuation to URL format. Quotes become "e. UIBuilder proceeds to spasm on the converted file.
|