summaryrefslogtreecommitdiff
path: root/cgi-bin/makedocset.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-05-13 22:29:41 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-05-13 22:29:41 +0000
commit178cb7369d104b95acb92929f36956a38765c84c (patch)
tree4563f57a75df1c4145d25d3ebecf1d3152022362 /cgi-bin/makedocset.c
parentf11a948a02771f78f50b530880a0269d4b4f58eb (diff)
Merge changes from CUPS 1.4svn-r8628.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1495 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cgi-bin/makedocset.c')
-rw-r--r--cgi-bin/makedocset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi-bin/makedocset.c b/cgi-bin/makedocset.c
index 807c1f60f..501b1f499 100644
--- a/cgi-bin/makedocset.c
+++ b/cgi-bin/makedocset.c
@@ -317,10 +317,10 @@ write_index(const char *path, /* I - File to write */
"<head>\n"
"<title>CUPS Documentation</title>\n"
"<link rel='stylesheet' type='text/css' "
- "src='cups-printable.css'>\n"
+ "href='cups-printable.css'>\n"
"</head>\n"
"<body>\n"
- "<h1>CUPS Documentation</h1>\n"
+ "<h1 class='title'>CUPS Documentation</h1>\n"
"<table width='100%' summary=''>\n"
"<tr>\n");