Hey,
I've just set up an Apache Reverse Proxy for Calibre, and I noticed that the apple-touch-icon does not get a prefix:
from browse.html:
Code:
<link rel="stylesheet" type="text/css" href="{prefix}/static/jquery.multiselect.css" />
<link rel="apple-touch-icon" href="/static/calibre.png" />
<script type="text/javascript" src="{prefix}/static/jquery.js"></script>
I'll be happy if you could fix it for the next version