|
[oprof-cvs] CVS: oprofile-www ChangeLog, 1.69, 1.70 start_page.php3,
1.30, 1.31
From: John Levon <movement@us...> - 2007-07-05 13:21
|
Update of /cvsroot/oprofile/oprofile-www
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4594
Modified Files:
ChangeLog start_page.php3
Log Message:
Fix for IE7 rendering.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/oprofile/oprofile-www/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -d -r1.69 -r1.70
--- ChangeLog 18 Jun 2007 13:35:42 -0000 1.69
+++ ChangeLog 5 Jul 2007 13:21:53 -0000 1.70
@@ -1,3 +1,8 @@
+2007-07-05 John Levon <levon@...>
+
+ * start_page.php3: add simple workaround for IE7 rendering
+ * bugs.index.php3: mention mailing list
+
2007-06-18 Maynard Johnson <maynardj@...>
* news/:
Index: start_page.php3
===================================================================
RCS file: /cvsroot/oprofile/oprofile-www/start_page.php3,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -d -r1.30 -r1.31
--- start_page.php3 24 Aug 2005 18:14:26 -0000 1.30
+++ start_page.php3 5 Jul 2007 13:21:53 -0000 1.31
@@ -156,6 +156,12 @@ function start_page($file, $title) {
enddiv("pinmenu");
+ /*
+ * This supposedly helps IE7 render the page, at the cost of
+ * some pointless whitespace.
+ */
+ br();
+
div("page");
}
|
| Thread | Author | Date |
|---|---|---|
| [oprof-cvs] CVS: oprofile-www ChangeLog, 1.69, 1.70 start_page.php3, 1.30, 1.31 | John Levon <movement@us...> |