summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Larsson <alexl@redhat.com>2002-01-09 22:20:55 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-01-09 22:20:55 +0000
commit2b8470f67fd20c234e1ba1da804f03e0c51c3a58 (patch)
treed7bbaea62cf7bc95b93efed7b5c097cb65781c51
parent211f24d6af6b9d7e974b48acc915c7eb10072d97 (diff)
downloadyelp-2b8470f67fd20c234e1ba1da804f03e0c51c3a58.tar.gz
Use g_shell_quote(). Remove shell_quote function.
2002-01-09 Alex Larsson <alexl@redhat.com> * gnome-vfs-module/help-method.c: Use g_shell_quote(). Remove shell_quote function. * gnome-vfs-module/help-methods.conf: Use gnome2-info2html and gnome2-man2html instead of the old converters. * man/gnome-man2html.c: Use a white background in the generated pages.
-rw-r--r--src/man2html/yelp-man2html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man2html/yelp-man2html.c b/src/man2html/yelp-man2html.c
index 3cd34a08..dd3d5dcc 100644
--- a/src/man2html/yelp-man2html.c
+++ b/src/man2html/yelp-man2html.c
@@ -2580,7 +2580,7 @@ static char
out_html("<HTML><HEAD><TITLE>"
"Manpage of ");
out_html(wordlist[0]);
- out_html("</TITLE>\n</HEAD><BODY>"
+ out_html("</TITLE>\n</HEAD><BODY BGCOLOR=\"#ffffff\">"
"\n<H1>");
out_html(wordlist[0]);
out_html("</H1>\nSection: ");