summaryrefslogtreecommitdiff
path: root/src/yelp-view-index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/yelp-view-index.c')
-rw-r--r--src/yelp-view-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yelp-view-index.c b/src/yelp-view-index.c
index 88a1a312..3406a14f 100644
--- a/src/yelp-view-index.c
+++ b/src/yelp-view-index.c
@@ -564,7 +564,7 @@ yelp_view_index_show_uri (YelpViewIndex *view,
yelp_html_clear (priv->html_view);
yelp_html_printf (priv->html_view,
- "<html><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><title>..</title><body bgcolor=\"white\"><center>%s</center></body></html>",
+ "<html><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><title>..</title><body><center>%s</center></body></html>",
loading);
yelp_html_close (priv->html_view);
}