In testing the unicode stuff, genre.rpy was one of the things that failed to 
display the filtered listings at one point.

Turns out that part of the problem was the generated html, which is broken in 
such a way that it would not render anything in konqueror.  Passing the 
result the w3 html validator complained loudly. 

For instance, this is not valid:
        
fv.tableCell('<form>'+bforcell+_('Show')+'&nbsp;'+_('Category')+':&nbsp;' + 
self.makecategorybox(allcategories, category)+stime+'<input type=submit 
value="'+_('Change')+'">'+aftercell+'</form>', 'class="guidehead"')

as the <form> tag should always contain the action=URL attribute.

I'm not html savvy enough to fix this, should I enter a bug report?

-Harri

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to