It is a problem from the site, I cannot correct that.
Actually on the page there is a character that has the value "0" (ASCII value 0) which should not be there, just before the <
In C and in some case in Pascal (what I use) the end of text string is a character that has the value 0. That's why the page is cut : it is received as a text string, and while converting this string to a Pascal-style string (which does not need a 0 to find end of string) a 0 is found, so the program thinks it's the end of the string. I cannot correct that, except by getting the page as a file instead of a text string, but I do not really want to do that...
Does the problem happen with all pages or only with this one ?
I believe that they make trouble when I heard from you. And they like to show '<' '>' charater much as to identify AKA(As Known As) for every movie title. I believe that you can can image how many AKA for movie.
The problem is not related to the < > symbols, there is not reason for that... I guess that's a problem in the way they "build" the page.
I will try to make tests.
Actually I may correct the problem in a future version, should not be so difficult.