|
I have a template file that will not display in my browser. Instead, the raw html displays. I tried displaying just part of it to find the error. This failed because, after a point, anything I added caused it to stop displaying and just show the html. So, I created a simple template that just displays the same text line repeatedly. At a certain size, 168 lines, if I add one more line, just html. Remove that line and it displays properly again. I tried again with a simple table. At 118 table rows, it works. At 119, html.
Is there a size limit on the template file? Is there a way to make it bigger? |