Hello, I'm getting the same error message:
015 /webinator/narrowmeta1:162: No HTML/text allowed outside functions
When I make a slight correction(wrapping text onto one line) then the error message is the same except it's one line further down. (ie.line #163)
I've included the part of the script where the error is occurring.(line #162 is noted)
I don't see any obvious problems in the excerpt. I would suggest starting with a freshly downloaded example script. Then carefully modify that a little at a time to get the desired output.
Hello, I customized webinator metasearch and I got it to work. When I try to add a new customization ie.(more search engines to the same script) it won't work. The error "Tag missing closing `>' bracket" comes up in the part of the script that has not been modified. When I remove the new customized part of the script the script works(header and footer etc appear)??
Most likely you have some unbalanced code in your new code, that finally finds a match further down the file. The most common causes are unmatched quotes, either single or double, mismatched <a> </a> tags, or unterminated comments.