Opened 16 years ago
Closed 16 years ago
#559 closed bug (Fixed)
webui: validation || wsgi
Reported by: | orbisvicis | Owned by: | mvoncken |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Web UI | Version: | 1.0.3 |
Keywords: | Cc: |
Description
change <image to <img
- classic/part_button.html
- white/part_tb_button.html
Also the css doesn't validate but the css is a mess anyway so...
Lastly, since there are links in the static content (the stylesheet and the JavaScript), it should be templated so you can do <%url_for('torrent/info')%> or whatever and it works via wsgi : )
Note:
See TracTickets
for help on using tickets.
<image : r4071
About %url_for --> All urls should be prefixed by $base. Are there any specific urls where $base is missing?
I would gladly accept patches that fix the white template css. The classic template css is not fixable and should be replaced.