Forum .LRN Q&A: LORS: a problem with generated html

Hello,

If you view the html code generated by LORS while navigating into the course, you will see something like this:

<html>
    <head>...</head>
    <body>
    <!-- some elements here -->

      <html>
      <!-- html code of the resource here -->
      </html
    </body>
</html>

With this code, is not posible to include resources using frames. Moreover, this is not valid html, and I think that it will bring problems.

Any comments?

Regards,
Luis