diff --git a/resources/content_server/browse/browse.html b/resources/content_server/browse/browse.html
index 1ae0d005f4..36f7199eb9 100644
--- a/resources/content_server/browse/browse.html
+++ b/resources/content_server/browse/browse.html
@@ -7,7 +7,7 @@
diff --git a/setup/plugins_mirror.py b/setup/plugins_mirror.py
index 8a5915c766..338c2989d5 100644
--- a/setup/plugins_mirror.py
+++ b/setup/plugins_mirror.py
@@ -372,7 +372,7 @@ def fetch_plugins(old_index):
return ans
def plugin_to_index(plugin, count):
- title = '
' % ( # noqa
+ title = '
' % ( # noqa
quoteattr(plugin['thread_url']), escape(plugin['name']))
released = datetime(*tuple(map(int, re.split(r'\D', plugin['last_modified'])))[:6]).strftime('%e %b, %Y').lstrip()
details = [
@@ -416,7 +416,7 @@ def create_index(index, raw_stats):
Index of calibre plugins
-
+
-
Index of calibre plugins
+
Index of calibre plugins
%s
@@ -455,7 +455,7 @@ h1 { text-align: center }
Stats for calibre plugins
-
+
-
Stats for calibre plugins
+
Stats for calibre plugins
Plugin | Total downloads |
%s
@@ -537,7 +537,7 @@ def check_for_qt5_incompatibility():
Stats for porting of calibre plugins to Qt 5
-
+
-
Stats for porting of calibre plugins to Qt 5
+
Stats for porting of calibre plugins to Qt 5
Number of Qt 5 compatible plugins: %s
Number of Qt 5 incompatible plugins: %s
Percentage of plugins ported: %.0f%%
Plugins that have been ported
diff --git a/src/calibre/library/server/mobile.py b/src/calibre/library/server/mobile.py
index 8af4d3cb91..53991fe2d0 100644
--- a/src/calibre/library/server/mobile.py
+++ b/src/calibre/library/server/mobile.py
@@ -170,7 +170,7 @@ def build_index(books, num, search, sort, order, start, total, url_base, CKEYS,
return HTML(
HEAD(
TITLE(__appname__ + ' Library'),
- LINK(rel='icon', href='http://calibre-ebook.com/favicon.ico',
+ LINK(rel='icon', href='//calibre-ebook.com/favicon.ico',
type='image/x-icon'),
LINK(rel='stylesheet', type='text/css',
href=prefix+'/mobile/style.css'),