summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-09-06 14:02:32 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-09-06 14:02:32 +0000
commitae3b312a1bed1d6e253250cf84604134fe4588c1 (patch)
tree854a3d78ad31b875f9f039949a522d71aaa0c827 /helpers
parent22d7c49247c3bf50d4b6dadbd0208e16c7e334c0 (diff)
downloadlibapr-ae3b312a1bed1d6e253250cf84604134fe4588c1.tar.gz
Fix the ScanDoc output on IE. I don't have IE, so I can't test this, but
it looks correct, and this problem has been submitted to me multiple times PR: 6501 Submitted by: Shuichi Kitaguchi <ki@hh.iij4u.or.jp> Reviewed by: Ryan Bloom git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60521 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'helpers')
-rw-r--r--helpers/default.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/default.pl b/helpers/default.pl
index 6a45159c4..e11aee7d0 100644
--- a/helpers/default.pl
+++ b/helpers/default.pl
@@ -31,7 +31,7 @@ file "index.html";
<meta http-equiv="Content-Type" content="text/html; iso-8859-1">
<title>$project_name</title>
</head>
- <frameset cols="190,0%">
+ <frameset cols="190,*">
<frame src="master.html" name="Master Index" noresize>
<frame src="packages.html" name="Documentation">
<noframes>