summaryrefslogtreecommitdiff
path: root/src/yelp-view-index.c
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-08-16 10:45:31 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-08-16 10:45:31 +0000
commitc03ba7761300e28471ad4777a7ad3c9e7d866a0c (patch)
tree066b342a578fe95672db8d77a5d0cd2e51bc552c /src/yelp-view-index.c
parent2e4b674c8a659325af18434a7800d47c6c20a9dc (diff)
downloadyelp-c03ba7761300e28471ad4777a7ad3c9e7d866a0c.tar.gz
src/yelp-html-gtkhtml1.c src/yelp-html-gtkhtml2.c src/yelp-view-content.c
* src/yelp-html-gtkhtml1.c * src/yelp-html-gtkhtml2.c * src/yelp-view-content.c * src/yelp-view-index.c * stylesheets/docbook/html/docdbook.xsl Remove reference to bgcolor being set to white (bug #89838)
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);
}